Label

Renders an accessible label associated with controls.

Default

A label paired with an input.

Usage

julia
using Suite

Label("Email", :for => "email")
Label("Username")

API Reference

PropTypeDefaultDescription
classString""Additional CSS classes
children...Any-Label text
kwargs...Pair-Any HTML attribute (for, id, etc.)