feat(component): add MultiSelect

Closes #19
This commit is contained in:
Eric Liu 2019-12-31 12:55:57 -08:00
commit 02ba8cb6ee
10 changed files with 410 additions and 6 deletions

View file

@ -32,6 +32,7 @@ import ListBox, {
} from './components/ListBox';
import ListItem from './components/ListItem';
import Loading from './components/Loading';
import MultiSelect from './components/MultiSelect';
import Modal from './components/Modal';
import {
ToastNotification,
@ -123,6 +124,7 @@ export {
Icon,
IconSkeleton,
InlineLoading,
MultiSelect,
Modal,
InlineNotification,
Link,