Rust UI component that displays an input field that allows the user to enter text.
input
- Copy Demo
Input Demo
Demos
1. Input Copy
- Copy Demo
Installation
You can run either of the following commands:
# cargo install ui-cli --forceui add demo_inputui add input
Update the imports to match your project setup.
Usage
use crate::components::ui::input::Input;
<Input placeholder="Enter text..." />