- Copy Demo
Installation
You can run either of the following commands:
# cargo install ui-cli --forceui add demo_textareaui add textarea
Update the imports to match your project setup.
Usage
use crate::components::ui::textarea::Textarea;
<Textarea placeholder="Enter your message..." />