0.0.4 • Published 9 months ago

@phila/phila-ui-date-picker v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Phila UI Date Picker

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

Installation

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

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

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

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

9 months ago

0.0.3

10 months ago

0.0.2

1 year ago

0.0.1

1 year ago