We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5a01f commit ccdb2e5Copy full SHA for ccdb2e5
docs/content/TextInputWithTokens.mdx
@@ -243,7 +243,12 @@ render(BasicExample)
243
defaultValue="false"
244
description="Whether tokens should render inline horizontally. By default, tokens wrap to new lines"
245
/>
246
- <PropsTable.Row name="size" type="TokenSizeKeys" defaultValue="extralarge" description="The size of the tokens" />
+ <PropsTable.Row
247
+ name="size"
248
+ type="'small' | 'medium' | 'large' | 'extralarge'"
249
+ defaultValue="extralarge"
250
+ description="The size of the tokens and text input"
251
+ />
252
<PropsTable.Row
253
name="hideTokenRemoveButtons"
254
type="boolean"
0 commit comments