cf-component-tabs
Cloudflare Tabs Component
Installation
Installation with yarn is recommended
$ yarn add cf-component-tabs
Usage
import React from 'react';import Tabs TabsItemUnstyled TabsItemTheme TabsPanel from 'cf-component-tabs';import applyTheme from 'cf-style-container'; const Tab = ; Component { ; thisstate = active: 'one' ; } { this; } { return <Tabs = = = > <TabsPanel ="one"> <h1>Tab One</h1> </TabsPanel> <TabsPanel ="two"> <h1>Tab Two</h1> </TabsPanel> <TabsPanel ="three"> <h1>Tab Three</h1> </TabsPanel> </Tabs> ; } ;