InputGroupTextarea
Source: client/lib/theme/vueda-tailwind/controls/index.js
The textarea child inside an InputGroup.root. Same chrome-strip recipe as InputGroupInput.root plus
resize-noneso the textarea grows with content rather than offering a corner drag handle that would fight the group's shared shell.
Vue component: InputGroupTextarea
| Slot | Default classes | Description |
|---|---|---|
| root | flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:!shadow-none dark:bg-transparent | The textarea child inside an InputGroup.root. Same chrome-strip recipe as InputGroupInput.root plus resize-none so the textarea grows with content rather than offering a corner drag handle that would fight the group's shared shell. |
root
The textarea child inside an InputGroup.root. Same chrome-strip recipe as InputGroupInput.root plus
resize-noneso the textarea grows with content rather than offering a corner drag handle that would fight the group's shared shell.
Default classes:
flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:!shadow-none dark:bg-transparent
Source: client/lib/theme/vueda-tailwind/controls/InputGroupTextarea.theme.js:17