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