mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(timepicker): support "sm", "xl" size variants
This commit is contained in:
parent
b4caea5f62
commit
5a5587c115
5 changed files with 64 additions and 16 deletions
|
@ -4987,6 +4987,7 @@ import { TimePicker } from "carbon-components-svelte";
|
|||
|
||||
| Prop name | Type | Default value | Description |
|
||||
| :---------- | :---------------------------------------- | :------------ | :--------------------------------------------- |
|
||||
| size | <code>"sm" | "xl"</code> | -- | Specify the size of the input. |
|
||||
| value | <code>string</code> | `""` | Specify the input value. |
|
||||
| type | <code>string</code> | `"text"` | Specify the input type. |
|
||||
| placeholder | <code>string</code> | `"hh=mm"` | Specify the input placeholder text. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue