ActionTextArea
A textarea with a prompt question, supporting Default and Glass styles for action-oriented forms.
Installation
npx chilli@latest add action-textareaDefault
what's your strategy? how will you turn challenges into opportunities?
States
what's your strategy? how will you turn challenges into opportunities?
what's your strategy? how will you turn challenges into opportunities?
what's your strategy? how will you turn challenges into opportunities?
what's your strategy? how will you turn challenges into opportunities?
Glass
what's your strategy? how will you turn challenges into opportunities?
what's your strategy? how will you turn challenges into opportunities?
what's your strategy? how will you turn challenges into opportunities?
what's your strategy? how will you turn challenges into opportunities?
API Reference
ActionTextArea
| Prop | Type | Default | Description |
|---|---|---|---|
prompt | string | "what's your strategy?..." | The prompt question displayed above the textarea. |
glass | boolean | false | Whether to use the glass/dark style variant. |
error | boolean | false | Whether to show the error state. |
disabled | boolean | false | Whether the textarea is disabled. |
placeholder | string | — | Placeholder text for the textarea. |