Initial commit

This commit is contained in:
Samuel Janda 2024-01-13 20:47:35 +11:00
commit c55e3a9b3d
7 changed files with 697 additions and 455 deletions

View file

@ -39,6 +39,10 @@ components: ["TextInput", "TextInputSkeleton"]
<TextInput size="sm" labelText="User name" placeholder="Enter user name..." />
## Character Counter
<TextInput labelText="Username" placeholder="Enter username..." maxCount={32} counter="char" />
## Invalid state
<TextInput invalid invalidText="User name is already taken. Please try another." labelText="User name" placeholder="Enter user name..." />