ComponentsGlassLabelAn accessible label associated with form controls.Preview Email Usage import { GlassLabel, GlassInput } from "koori-ui"; <GlassLabel htmlFor="email">Email</GlassLabel> <GlassInput id="email" type="email" /> Props PropTypeDefaultDescriptionhtmlForstring—The id of the form control the label is bound to All native <label> props are also accepted.PreviousGlassInputOTPNextGlassMenubar