directus-date-picker-interface

1.1.2 • Public • Published

Date Picker Interface - for Directus 9

Based on the awesome Flatpickr library.

Configuration

Supports min and max field dates so you can have a from and to setup.

Install

  • Install package: npm install directus-date-picker-interface -S
  • Create folder: mkdir extensions/interfaces/date-picker
  • Create file: echo "export * as default from 'directus-date-picker-interface'" >> extensions/interfaces/date-picker/index.js
// extensions/interfaces/date-picker/index.js
export * as default from 'directus-date-picker-interface'

Develop

All files in src/DevComps are purely for development purposes, and are not included in the final build

  • npm install
  • npm start

Deploy

  • npm run build
  • cp dist PATH_TO_DIRECTUS_PROJECT/extensions/interfaces/date-picker

Todo

Package Sidebar

Install

npm i directus-date-picker-interface

Weekly Downloads

6

Version

1.1.2

License

none

Unpacked Size

84.8 kB

Total Files

5

Last publish

Collaborators

  • u12206050