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

@ -0,0 +1,3 @@
import MultiSelect from './MultiSelect.svelte';
export default MultiSelect;