mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
docs(select): add reactive example (#1011)
This commit is contained in:
parent
653a601f9b
commit
e5f77aa614
2 changed files with 25 additions and 0 deletions
|
@ -17,6 +17,10 @@ components: ["Select", "SelectItem", "SelectItemGroup", "SelectSkeleton"]
|
|||
<SelectItem value="g100" text="Gray 100" />
|
||||
</Select>
|
||||
|
||||
### Reactive example
|
||||
|
||||
<FileSource src="/framed/Select/SelectReactive" />
|
||||
|
||||
### Helper text
|
||||
|
||||
<Select helperText="Carbon offers 4 themes (2 light, 3 dark)" labelText="Carbon theme" selected="g10" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue