Rust UI component that displays a label for an input field.

Installation

Usage

use crate::components::ui::label::Label;
<Label r#for="input-id">"Label text"</Label>