mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(components): add TextInput
This commit is contained in:
parent
bf502f904f
commit
e786e0e78f
8 changed files with 362 additions and 11 deletions
5
src/components/TextInput/index.js
Normal file
5
src/components/TextInput/index.js
Normal 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';
|
Loading…
Add table
Add a link
Reference in a new issue