@ucalgary-design-system/date-input
v1.0.1
Published
A web component for Date-input
Readme
Date-input
This package provides the Date-input web component.
Installation
Install the component using npm:
npm install @ucalgary-design-system/date-inputUsage
Import the component into your application:
import "@ucalgary-design-system/date-input";Use the component in your HTML:
<ucds-date-input></ucds-date-input>💡 Our components automatically load global design tokens when first used. You don’t need to import them manually!
Development
Build the component:
npm run buildAlternatively, build from the monorepo root:
npm run build -w @ucalgary-design-system/ucds-date-inputRun storybook from the monorepo root.
Testing
Run the test from this package:
npm run testAlternatively, run the tests from the monorepo root:
npm run test -w @ucalgary-design-system/ucds-date-input