themic
v0.1.0
Published
A universal way to theme react apps.
Downloads
1
Readme
themic
A universal way to theme react apps.
Install
npm install --save themic
Usage
import React, { Component } from 'react'
import MyComponent from 'themic'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © aaronholla