Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

WidgetsColor PickerDatetime PickerNumber SliderNumber InputText InputText AreaSwitchWeek Time Ranges InputRound Number GaugeBasic DisplayConsole Log ViewImage FrameXY Number ChartArray Object TableTrigger ButtonDialog Trigger

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
Widgets

Color Picker

Overview

Color Picker is an input widget that lets users select a color from a visual color palette on the dashboard. The selected color is written to the bound flow variable as a hex color string (e.g. #FF5733).

Color Picker widget on the Dashboard

Color Picker widget on the Dashboard

Widget Info

FieldValue
TypeInput
DescriptionColor picker input for string hex color values
Data Typesstring, null, undefined
Dev StageBeta

Data Source

The Data Source dropdown binds the widget to a flow variable. The selected color value is stored into this variable each time the user picks a color. The variable must be of type string.

Settings

Color Picker Settings

Settings panel with live preview of the selected color

Label

Label displayed on the widget.

Label Color

Color of the label text. Use the color swatch to pick a custom color, or press the reset button (↺) to restore the default.

Read Only

When enabled, prevents the user from interacting with the color picker.


Advanced Options

Enable Advanced Options at the top right of the settings panel to reveal the following additional settings.

Label Class Name

Tailwind CSS class name applied to the label element for custom styling.

Label Icon ID

The icon to display next to the label.

Label Icon Class Name

Tailwind CSS class name applied to the label icon element for custom styling.

Layout

Controls how the label and color picker are arranged.

ValueDescription
defaultLabel appears above the color picker (stacked vertically)
rowLabel and color picker appear side by side on the same row

Widgets

Previous Page

Datetime Picker

Next Page

On this page

OverviewWidget InfoData SourceSettingsLabelLabel ColorRead OnlyAdvanced OptionsLabel Class NameLabel Icon IDLabel Icon Class NameLayout