Textarea
Custom Textarea component.
Installation
Copy the following code into your app directory.
buridan add component textareaUsage
Make sure to correctly set your imports relative to the component.
from components.base_ui.textarea import textarea
Examples
Below are examples demonstrating how the component can be used.
Basic Demo
A standard multiline text area for general text input.
Textarea
Disabled
A text area shown in a disabled, non-editable state.
Disabled Textarea
Custom Text Area
A text area with custom styling or dimensions.
Custom Height