# Tabs
Component used for displaying content in visual tabs.
# Usage
# Features
- Simple to use,
- Customizable styling,
- Optional fading effect when switching the active tab
CTab and CTabs components are complementary and cannot be used seperately!
# CTabs API
Main component inside of which CTab components are placed.
# CTab API
Component used to render tab nav and tab content inside of CTabs component. Additionally CTab inherits all of the CLink props.
Using 'disabled' prop will only disable clicking on tab, but tab still can be set to active by CTab 'active' and CTabs 'activeTab' props. Additionally content of disabled tab is still visible in page source.