Tab provides a single tab item.
When a tab is clicked, it attempts to remove the active class from it's siblings and apply it to itself. Therefore the sibling of a tab should always be a Tab.
children is an array of content passed to this Component.
click this Tab
Generated using TypeDoc
Tab provides a single tab item.
When a tab is clicked, it attempts to remove the active class from it's siblings and apply it to itself. Therefore the sibling of a tab should always be a Tab.