Corex.ColorPicker.Translation
(Corex v0.1.0-beta.4)
View Source
Translation struct for ColorPicker component strings.
Without gettext: translation={%ColorPicker.Translation{ hex: "Hex color value" }}
With gettext: translation={%ColorPicker.Translation{ hex: Corex.Gettext.gettext("Hex color value") }}