feat(component): add NumberInput

Closes #21
This commit is contained in:
Eric Liu 2019-12-29 14:08:42 -08:00
commit 4e578bc55d
17 changed files with 282 additions and 20 deletions

View file

@ -0,0 +1,4 @@
import NumberInput from './NumberInput.svelte';
export default NumberInput;
export { default as NumberInputSkeleton } from './NumberInput.Skeleton.svelte';