0.0.1 • Published 5 years ago

flokit-theme-default v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

flokit-theme-default

Default theme for Flokit.

Install

yarn add flokit-theme-default

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { ThemeProvider, Flex } from 'flokit'
import theme from 'flokit-theme-default'

const App = () => (
  <ThemeProvider theme={theme}>
    <Flex justifyContent='center' alignItems='center'>
      My App
    </Flex>
  </ThemeProvider>
)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License © Iago Dahlem

0.0.1

5 years ago