Labeled Item Showcase

Example

My Label:

i

This is a tooltip

My Required Label:

Component Documentation

Component Name

LabeledItem

Description

Displays a labeled section with an optional tooltip and associated content. Useful for form fields, information displays, or any paired label-content scenarios.

Use like example

Properties

PropertyTypeDefaultDescription
labelstring

label

The text label displayed next to the content.

tooltipstring or null

Optional tooltip text displayed when hovering over the tooltip icon.

is_requiredboolean

false

Indicates whether the labeled item is required.

is_disabledboolean

false

Indicates whether the content is disabled.

font_weightnumber

500

The font weight of the label text.

font_sizenumber

1.6

The font size of the label text in rem.

colorCSS color

var(--g4-t)

The color of the label text.

disabled_colorCSS color

var(--g8-t)

The color of the label text when disabled.

mlnumber

0

Margin-left in rem.

mrnumber

0

Margin-right in rem.

mtnumber

0

Margin-top in rem.

mbnumber

0

Margin-bottom in rem.

heading_min_widthnumber

20

Minimum width of the label heading in rem.

content_min_widthnumber

30

Minimum width of the content area in rem.

content_max_widthnumber

50

Maximum width of the content area in rem.

childrensnippet

The content to be displayed alongside the label.

icon
Sponsored byContibase