mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
themeprovider
ThemeProvider for Rebass
Install
npm install --save themeprovider
Usage
import React, { Component } from 'react'
import MyComponent from 'themeprovider'
import 'themeprovider/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © thecodrr