Documentation
¶
Overview ¶
Package divider contains Material 3 Divider components.
Reference: Divider(https://m3.material.io/components/divider/overview) Specs: [Divider Specs](https://m3.material.io/components/divider/specs)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Divider ¶
func Divider(options ...DividerOption) api.Composable
func HorizontalDivider ¶ added in v0.1.111
func HorizontalDivider(options ...DividerOption) api.Composable
func VerticalDivider ¶ added in v0.1.111
func VerticalDivider(options ...DividerOption) api.Composable
Types ¶
type DividerOption ¶
type DividerOption = fDivider.DividerOption
func WithAxis ¶ added in v0.1.111
func WithAxis(axis layout.Axis) DividerOption
func WithColor ¶
func WithColor(col graphics.Color) DividerOption
func WithModifier ¶
func WithModifier(m ui.Modifier) DividerOption
func WithThickness ¶
func WithThickness(value int) DividerOption
type DividerOptions ¶
type DividerOptions = fDivider.DividerOptions
func DefaultDividerOptions ¶
func DefaultDividerOptions() DividerOptions
Click to show internal directories.
Click to hide internal directories.