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.