Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.morph-data.io/llms.txt

Use this file to discover all available pages before exploring further.

<DatePicker> is a component for entering dates into the state declared by the defineState() function.
import { defineState } from '@morph-data/components';

export const { date } = defineState({ date: undefined });

<DatePicker state={date} />

Properties

state
State
required
The State object that binds the input value of the component. Specify the state declared by the defineState() function.