5.0.0 • Published 9 months ago

@spark-web/date-picker v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

title: DatePicker storybookPath: forms-date-picker

isExperimentalPackage: true

The DatePicker component allows users to either manually enter a date in dd/MM/yyyy format or use the calendar button to render a month view that users can pick from. Clicking on a date will fill in the input for that date in the correct format.

Example

const [value, setValue] = React.useState();

return (
  <Field label="Select date">
    <DatePicker value={value} onChange={setValue} />
  </Field>
);

Props

The component passes props into its underlying TextInput component and are not listed here.

5.0.0

10 months ago

5.0.0-rc.24

10 months ago

5.0.0-rc.25

10 months ago

5.0.0-rc.26

10 months ago

5.0.0-rc.27

10 months ago

5.0.0-rc.28

10 months ago

5.0.0-rc.29

10 months ago

1.0.0-rc.20

11 months ago

1.0.0-rc.21

11 months ago

1.0.0-rc.9

12 months ago

1.0.0-rc.7

12 months ago

1.0.0-rc.8

12 months ago

1.0.0-rc.5

12 months ago

5.0.0-rc.31

10 months ago

1.0.0-rc.6

12 months ago

1.0.0-rc.13

12 months ago

1.0.0-rc.12

12 months ago

1.0.0-rc.11

12 months ago

1.0.0-rc.10

12 months ago

1.0.0-rc.17

12 months ago

1.0.0-rc.3

12 months ago

1.0.0-rc.16

12 months ago

1.0.0-rc.4

12 months ago

1.0.0-rc.15

12 months ago

1.0.0-rc.1

12 months ago

1.0.0-rc.14

12 months ago

1.0.0-rc.2

12 months ago

5.0.1-rc.0

9 months ago

1.0.0-rc.0

12 months ago

1.0.0-rc.19

12 months ago

1.0.0-rc.18

12 months ago

0.2.2

1 year ago

0.2.0

2 years ago

0.1.0

3 years ago