## TabItem | Kind | Link | | --------- | -------------- | | Reference | | | Documentation | https://mystmd.org/guide/dropdowns-cards-and-tabs | ### Implementation - [x] Parses directives and aliases - [x] Emits HTML - [x] Unit tests - [x] Validation (emits, warnings and errors). ### Specification compliance: - [x] Arguments (string) required - *title* - Options No options for the tab-item are required - [x] `sync` (optional, string) - *A key that is used to sync the selected tab across multiple tab-sets.* - [ ] `selected` (boolean) - *a flag indicating whether the tab should be selected by default.*
TabItem
Implementation
Specification compliance:
No options for the tab-item are required
sync(optional, string) - A key that is used to sync the selected tab across multiple tab-sets.selected(boolean) - a flag indicating whether the tab should be selected by default.