flokit-theme-default

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i flokit-theme-default

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

2.2 kB

Total Files

4

Last publish

Collaborators

  • iagodahlem