feat(components): add ListBox

Closes #88
This commit is contained in:
Eric Liu 2019-12-30 07:45:18 -08:00
commit 76d7dc5319
9 changed files with 190 additions and 0 deletions

View file

@ -22,6 +22,13 @@ import FormLabel from './components/FormLabel';
import Icon, { IconSkeleton } from './components/Icon';
import InlineLoading from './components/InlineLoading';
import Link from './components/Link';
import ListBox, {
ListBoxField,
ListBoxMenu,
ListBoxMenuIcon,
ListBoxMenuItem,
ListBoxSelection
} from './components/ListBox';
import ListItem from './components/ListItem';
import Loading from './components/Loading';
import Modal from './components/Modal';
@ -117,6 +124,12 @@ export {
Modal,
InlineNotification,
Link,
ListBox,
ListBoxField,
ListBoxMenu,
ListBoxMenuIcon,
ListBoxMenuItem,
ListBoxSelection,
ListItem,
Loading,
NotificationActionButton,