Preview the content switcher component with the React live demo. For detailed code usage documentation, see the Storybooks for each framework below.
<ContentSwitcher onChange={console.log}> <Switch name={'first'} text='First section' /> <Switch name={'second'} text='Second section' /> <Switch name={'third'} text='Third section' /></ContentSwitcher>