import * as React from 'react'; import { storiesOf } from '@storybook/react'; import styled from 'styled-components'; import { Anchor, Tabs } from '../src'; const Label = styled.p``; const Box1 = styled.div`background-color: white; height: 500px;`; const Box2 = styled.div`background-color: blue; height: 500px;`; const Box3 = styled.div`background-color: black; height: 500px;`; const Header = styled.header`background-color: blue; height: 200px;`; storiesOf('Accordion', module) .add('Default', () => (
Nosso HEader
sdfssd fdsasdf asdfasdf Angular
));