Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@phila/phila-ui-date-picker

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phila/phila-ui-date-picker

npmnpm
Version
0.0.4
Version published
Weekly downloads
6
200%
Maintainers
0
Weekly downloads
 
Created
Source

Phila UI Date Picker

The Phila UI Date Picker is a customizable date picker component built in Vue 3.

Installation

  • First, install the Phila UI Date Picker package using npm:

    npm install @phila/phila-ui-date-picker
    
  • Import the Date Picker component in your Vue project: In main.ts:

    ...
    import DatePicker from "@phila/phila-ui-date-picker";
    ...
    app.component("DatePicker", DatePicker);
    ...
    
    
  • Use the Date Picker component in your Vue template:

    <template>
      <div>
        <date-picker v-model="selectedDate"></date-picker>
      </div>
    </template>
    

FAQs

Package last updated on 19 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts