Skip to content

Commit

Permalink
Scaffold out remainder of basic library
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed May 19, 2018
1 parent 6b0ddff commit 4174950
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 132 deletions.
10 changes: 8 additions & 2 deletions templates/x0/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ import { Button } from 'standard-components'
import { ThemeProvider } from 'styled-components'

import theme from './theme'
import Docs from './readme.md'

export default () =>
<ThemeProvider theme={theme}
<ThemeProvider theme={theme}>
<Library>
<Library.Nav />
<Example name="Button">
<Button bg="gray9">Hello, world!</Button>
</Example>
</Library>
</ThemeProvider>
Loading

0 comments on commit 4174950

Please sign in to comment.