mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore: v11 TextInput
Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
parent
2ca2833945
commit
9285c72a50
6 changed files with 10 additions and 12 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
<TextInput inline labelText="User name" placeholder="Enter user name..." />
|
||||
|
||||
<TextInput size="xl" labelText="User name" placeholder="Enter user name..." />
|
||||
<TextInput size="lg" labelText="User name" placeholder="Enter user name..." />
|
||||
|
||||
<TextInput size="sm" labelText="User name" placeholder="Enter user name..." />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue