mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
feat: rebuild types, component api
This commit is contained in:
parent
dfc00f6668
commit
e39efc5668
5 changed files with 52 additions and 25 deletions
|
@ -7,9 +7,14 @@
|
|||
{ id: "1", text: "Email" },
|
||||
{ id: "2", text: "Fax" },
|
||||
];
|
||||
|
||||
let ref: ComboBox;
|
||||
|
||||
$: ref?.clear();
|
||||
</script>
|
||||
|
||||
<ComboBox
|
||||
bind:this="{ref}"
|
||||
direction="top"
|
||||
titleText="Contact"
|
||||
placeholder="Select contact method"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue