mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
parent
44629b2544
commit
d0f6ee9b51
6 changed files with 41 additions and 2 deletions
|
@ -7,7 +7,11 @@
|
|||
console.log(e.detail);
|
||||
}}"
|
||||
>
|
||||
<DatePickerInput labelText="Date of birth" placeholder="mm/dd/yyyy" />
|
||||
<DatePickerInput
|
||||
labelText="Date of birth"
|
||||
helperText="Example: 01/12/1990"
|
||||
placeholder="mm/dd/yyyy"
|
||||
/>
|
||||
</DatePicker>
|
||||
|
||||
<DatePicker>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue