feat(components): add TextInput

This commit is contained in:
Eric Liu 2019-12-15 15:25:48 -08:00
commit e786e0e78f
8 changed files with 362 additions and 11 deletions

View file

@ -0,0 +1,5 @@
import TextInput from './TextInput.svelte';
export default TextInput;
export { default as TextInputSkeleton } from './TextInput.Skeleton.svelte';
export { default as PasswordInput } from './PasswordInput.svelte';