import * as React from 'react'; import { storiesOf } from '@storybook/react'; import styled from 'styled-components'; import { Tabs } from '../src'; storiesOf('Tabs', module) .add('Default', () => (

HTML

CSS

REACT

Angular

));