A DatePicker component that extends Ant Design's DatePicker with additional styling options. It provides different visual variants and an optional shadow effect.
DatePicker
import { DatePicker } from '@lobehub/ui';
A DatePicker component that extends Ant Design's DatePicker with additional styling options. It provides different visual variants and an optional shadow effect.
import { DatePicker } from '@lobehub/ui';
Property | Description | Type | Default |
---|---|---|---|
shadow | Whether to display a shadow effect | boolean | false |
More props are inherited from Ant Design DatePicker.