mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs(combo-box): add filterable example
This commit is contained in:
parent
e221888565
commit
3b24d21168
2 changed files with 19 additions and 0 deletions
|
@ -22,6 +22,10 @@ items={[
|
|||
{id: "2", text: "Fax"}
|
||||
]} />
|
||||
|
||||
### Filterable
|
||||
|
||||
<FileSource src="/framed/ComboBox/FilterableComboBox" />
|
||||
|
||||
### Light variant
|
||||
|
||||
<ComboBox light titleText="Contact" placeholder="Select contact method"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue