Description
TabItem
Kind | Link |
---|---|
Reference | |
Documentation | https://mystmd.org/guide/dropdowns-cards-and-tabs |
Implementation
- Parses directives and aliases
- Emits HTML
- Unit tests
- Validation (emits, warnings and errors).
Specification compliance:
- Arguments (string) required - title
- Options
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.
-