feat: add ButtonSet component

This commit is contained in:
Eric Liu 2020-08-01 15:35:58 -07:00
commit 0eefde12fe
4 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1,3 @@
<div class:bx--btn-set={true} {...$$restProps}>
<slot />
</div>