@ipscape/ips-date-picker

1.0.28 • Public • Published

ips-date-picker

tested with jest jest

The <ips-date-picker> provides a date picker component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-date-picker

or

yarn add @ipscape/ips-date-picker

Add the component to your app:

import Vue from 'vue';
import IpsDatePicker from '@ipscape/ips-date-picker';
import '@ipscape/ips-date-picker/dist/ips-date-picker.css';

Vue.component(IpsDatePicker.name, IpsDatePicker);

Use a component in your application:

<template>
  <ips-date-picker></ips-date-picker>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.

Package Sidebar

Install

npm i @ipscape/ips-date-picker

Weekly Downloads

161

Version

1.0.28

License

GPL-2.0-or-later

Unpacked Size

4.15 MB

Total Files

13

Last publish

Collaborators

  • sen.john
  • ipscaper
  • justin_ipscape