A simple UI library based on Styled Components and Styled System
npm install --save tookri
import React, { Component } from 'react'
import MyComponent from 'tookri'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © sh4hids