@ncform/nc-date-picker

0.1.9 • Public • Published

nc-date-picker

nc-date-picker widget for ncform

Install and basic usage

npm i -s @ncform/nc-date-picker

Add the widget

import ncDatePicker from '@ncform/nc-date-picker';

Vue.use(vueNcform, { extComponents: {ncDatePicker} });

// or vm.$ncformAddWidget({name: 'ncDatePicker', widget: ncDatePicker});

Use the widget

{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "widget": "nc-date-picker",
      "widgetConfig": {
          type: 'datetime',
          valueFormat: 'timestamp',
          valueDigits: 10
      }
    }
  }
}

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

You only need to care about src/components/index.vue

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Readme

Keywords

Package Sidebar

Install

npm i @ncform/nc-date-picker

Weekly Downloads

11

Version

0.1.9

License

none

Unpacked Size

543 kB

Total Files

28

Last publish

Collaborators

  • daniel-dx
  • kyleloh
  • gcaufy