mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
5cede07630
commit
df3498d35b
3 changed files with 17 additions and 0 deletions
|
@ -4113,6 +4113,7 @@ None.
|
|||
| placeholder | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the placeholder text |
|
||||
| cols | <code>let</code> | No | <code>number</code> | <code>50</code> | Specify the number of cols |
|
||||
| rows | <code>let</code> | No | <code>number</code> | <code>4</code> | Specify the number of rows |
|
||||
| maxCount | <code>let</code> | No | <code>number</code> | <code>undefined</code> | Specify the max character count |
|
||||
| light | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
|
||||
| disabled | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the input |
|
||||
| readonly | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to use the read-only variant |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue