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
6
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

latest
npmnpm
Version
0.0.11
Version published
Maintainers
6
Created
Source

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 03 Apr 2025

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