mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat: add ButtonSet component
This commit is contained in:
parent
28e5284b77
commit
0eefde12fe
4 changed files with 12 additions and 6 deletions
3
src/Button/ButtonSet.svelte
Normal file
3
src/Button/ButtonSet.svelte
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class:bx--btn-set={true} {...$$restProps}>
|
||||
<slot />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue