Rust UI component that displays an input field that allows the user to enter text.

input

Installation

Usage

use crate::components::ui::input::Input;
<Input placeholder="Enter text..." />