e196ad7659
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
26 lines
324 B
Plaintext
26 lines
324 B
Plaintext
---
|
|
title: "Date Picker"
|
|
description: "A date picker component with range and presets."
|
|
component: true
|
|
---
|
|
|
|
<ComponentExample name="date-picker-demo" />
|
|
|
|
## Usage
|
|
|
|
---
|
|
|
|
```tsx
|
|
import { DatePicker } from "@medusajs/ui"
|
|
```
|
|
|
|
```tsx
|
|
<DatePicker />
|
|
```
|
|
|
|
## API Reference
|
|
|
|
---
|
|
|
|
<ComponentReference mainComponent="DatePicker" />
|