mljr-ui · showcase

Divider

Horizontal separator rule with optional centered text label.

layout divider
Controls
label
Current props
label: ""

Usage

layout.Divider(layout.DividerProps{})           // plain line
layout.Divider(layout.DividerProps{}, g.Text("OR")) // with label

Props

NameTypeOptionsDefault
labeltextOR