New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

flokit-theme-default

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flokit-theme-default

Default theme for Flokit.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

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

License

MIT License © Iago Dahlem

FAQs

Package last updated on 28 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts