NEURALNG

TEXTAREA

Design tokens

Dimensions, states, typography, motion and auto-growth boundaries are independently tokenized.

Design tokens

Override tokens locally, at a product boundary or through a generated Neural theme.

--neural-textarea-width

Component inline size.

--neural-textarea-min-height

Component minimum block size.

--neural-textarea-auto-min-block-size

Minimum logical height retained while auto resize is active.

--neural-textarea-auto-max-block-size

Maximum logical height before an auto-resizing textarea starts scrolling.

--neural-textarea-padding

Component internal spacing.

--neural-textarea-color

Component foreground color.

--neural-textarea-color-hover

Hovered component foreground color.

--neural-textarea-color-focus

Focused component foreground color.

--neural-textarea-color-invalid

Invalid component foreground color.

--neural-textarea-color-readonly

Readonly component foreground color.

--neural-textarea-caret-color

Component text caret color.

--neural-textarea-background

Component background surface.

--neural-textarea-background-hover

Hovered component background surface.

--neural-textarea-background-focus

Focused component background surface.

--neural-textarea-background-readonly

Readonly component background surface.

--neural-textarea-border

Component border shorthand.

--neural-textarea-border-color-hover

Hovered component border color.

--neural-textarea-border-color-focus

Focused component border color.

--neural-textarea-border-color-invalid

Invalid component border color.

--neural-textarea-radius

Component corner radius.

--neural-textarea-shadow

Component box shadow.

--neural-textarea-shadow-hover

Hovered component box shadow.

--neural-textarea-shadow-focus

Focused component box shadow.

--neural-textarea-shadow-invalid

Invalid component box shadow.

--neural-textarea-backdrop-filter

Component backdrop filter effect.

--neural-textarea-font-family

Component font family.

--neural-textarea-font-size

Component font size.

--neural-textarea-font-weight

Component font weight.

--neural-textarea-line-height

Component line height.

--neural-textarea-placeholder-color

Placeholder foreground color.

--neural-textarea-placeholder-opacity

Placeholder opacity.

--neural-textarea-focus-ring

Component keyboard focus ring.

--neural-textarea-focus-ring-offset

Component focus ring offset.

--neural-textarea-focus-color-invalid

Invalid focus foreground color.

--neural-textarea-readonly-cursor

Readonly pointer cursor.

--neural-textarea-disabled-opacity

Disabled opacity.

--neural-textarea-transition

Component CSS transition.