co-tab-group
Ver código
<co-tab-group>
<co-tab label="General" value="general"></co-tab>
<co-tab label="Avanzado" value="advanced"></co-tab>
</co-tab-group> Props
| Prop | Atributo | Tipo | Default | Descripción |
|---|---|---|---|---|
value | value | string | undefined | — | Currently selected tab value |
Eventos
| Evento | Detail | Bubbles | Cancelable | Descripción |
|---|---|---|---|---|
coTabChange | string | ✓ | ✓ | Emitted when the active tab changes |
Slots
Este componente no expone slots.
CSS Parts
| Part | Descripción |
|---|---|
::part(tab-group) |
CSS Custom Properties
Este componente no expone CSS custom properties.