mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(search): support disabled state
This commit is contained in:
parent
718a7fcabd
commit
e4766591d5
4 changed files with 20 additions and 0 deletions
|
@ -3464,6 +3464,7 @@ import { Search } from "carbon-components-svelte";
|
|||
| size | <code>"sm" | "lg"</code> | -- |
|
||||
| skeleton | <code>boolean</code> | false |
|
||||
| light | <code>boolean</code> | false |
|
||||
| disabled | <code>boolean</code> | false |
|
||||
| value | <code>string</code> | "" |
|
||||
| type | <code>string</code> | "text" |
|
||||
| placeholder | <code>string</code> | "Search..." |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue