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

@ -1,6 +1,6 @@
export { Accordion, AccordionItem, AccordionSkeleton } from "./Accordion";
export { Breadcrumb, BreadcrumbItem, BreadcrumbSkeleton } from "./Breadcrumb";
export { Button, ButtonSkeleton } from "./Button";
export { Button, ButtonSkeleton, ButtonSet } from "./Button";
export { Checkbox, CheckboxSkeleton } from "./Checkbox";
export { ContentSwitcher, Switch } from "./ContentSwitcher";
export { Copy } from "./Copy";