Skip to Content
Web ComponentsDate Picker

Date Picker

Package: @tesserix/web

Import

import { DatePicker } from '@tesserix/web'

Source

  • Component: packages/web/src/components/date-picker/date-picker.tsx
  • Story: packages/web/src/components/date-picker/date-picker.stories.tsx
  • Test: Not found

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Missing

Example

import { DatePicker } from '@tesserix/web' export function DemoDatePicker() { return <DatePicker /> }