GeoSegmentedControlItem Ready 6.2.0+

GeoSegmentedControlItem is a component designed to nicely fit as one of the options of a GeoSegmentedControl.

Properties

Prop name Type Default value Description
active boolean false Show description
outline boolean false Show description
disabled boolean false Show description
variant enumPropertyFactory({ componentName: 'GeoSegmentedControlItem', propertyName: 'variant', enumDictionary: VARIANTS, defaultValue: VARIANTS.info }) Show description

Events

Name Type Description
click MouseEvent User clicked on the item.

Slots

Name Description
default

Use this slot to customize item’s content

Constants

This component has no exported constants.

Examples

Regular style (default - info)

Regular style (info)

Regular style (success)

Regular style (warning)

Regular style (danger)

Outline style (default - info)

Outline style (info)

Outline style (success)

Outline style (warning)

Outline style (danger)