Props

NameTypeRequiredDefaultDescription
disabled
boolean
false

Disables the token

since

10.19.0

error
boolean
false
since

10.19.0

focused
boolean
false
since

10.19.0

variant
"disabled" | "icon" | "focused" | "standard"
false
deprecated

All variants have been deprecated and will be removed in a future version. Please use Token.Remove component or disabled boolean prop instead.

Before

<Token variant='icon'> <Token.Icon icon="x" /> </Token>

After

<Token> <Token.Remove /> </Token>

deprecatedsince

10.27.0

disabled

Token.Remove

Token.Label

NameTypeRequiredDefaultDescription
children
ReactNode
false

Instead of using the default children, you can pass in your own.

className
string
false

Additional classNames

style
CSSProperties
false

Additional CSS styles