mljr-ui · showcase

Color Input

Styled native color picker with optional hex label. Datastar signal tracks the selected value.

form color-input

Usage

form.ColorInput(form.ColorInputProps{
    Name:    "brand",
    Value:   "#f28d1d",
    ShowHex: true,
})