Theming documentation for Textarea component
List of class names used in the styled mode.
className | description |
---|---|
p-textarea | Class name of the root element |
List of design tokens.
token | CSS Variable | description |
---|---|---|
textarea.background | --p-textarea-background | Background of root |
textarea.disabled.background | --p-textarea-disabled-background | Disabled background of root |
textarea.filled.background | --p-textarea-filled-background | Filled background of root |
textarea.filled.hover.background | --p-textarea-filled-hover-background | Filled hover background of root |
textarea.filled.focus.background | --p-textarea-filled-focus-background | Filled focus background of root |
textarea.border.color | --p-textarea-border-color | Border color of root |
textarea.hover.border.color | --p-textarea-hover-border-color | Hover border color of root |
textarea.focus.border.color | --p-textarea-focus-border-color | Focus border color of root |
textarea.invalid.border.color | --p-textarea-invalid-border-color | Invalid border color of root |
textarea.color | --p-textarea-color | Color of root |
textarea.disabled.color | --p-textarea-disabled-color | Disabled color of root |
textarea.placeholder.color | --p-textarea-placeholder-color | Placeholder color of root |
textarea.invalid.placeholder.color | --p-textarea-invalid-placeholder-color | Invalid placeholder color of root |
textarea.shadow | --p-textarea-shadow | Shadow of root |
textarea.padding.x | --p-textarea-padding-x | Padding x of root |
textarea.padding.y | --p-textarea-padding-y | Padding y of root |
textarea.border.radius | --p-textarea-border-radius | Border radius of root |
textarea.focus.ring.width | --p-textarea-focus-ring-width | Focus ring width of root |
textarea.focus.ring.style | --p-textarea-focus-ring-style | Focus ring style of root |
textarea.focus.ring.color | --p-textarea-focus-ring-color | Focus ring color of root |
textarea.focus.ring.offset | --p-textarea-focus-ring-offset | Focus ring offset of root |
textarea.focus.ring.shadow | --p-textarea-focus-ring-shadow | Focus ring shadow of root |
textarea.transition.duration | --p-textarea-transition-duration | Transition duration of root |
textarea.sm.font.size | --p-textarea-sm-font-size | Sm font size of root |
textarea.sm.padding.x | --p-textarea-sm-padding-x | Sm padding x of root |
textarea.sm.padding.y | --p-textarea-sm-padding-y | Sm padding y of root |
textarea.lg.font.size | --p-textarea-lg-font-size | Lg font size of root |
textarea.lg.padding.x | --p-textarea-lg-padding-x | Lg padding x of root |
textarea.lg.padding.y | --p-textarea-lg-padding-y | Lg padding y of root |
Theming is implemented with the pass through properties in unstyled mode.