/tookri

A simple UI library based on Styled Components and Styled System

Primary LanguageJavaScript

tookri

A simple UI library based on Styled Components and Styled System

NPM JavaScript Style Guide

Install

npm install --save tookri

Usage

import React, { Component } from 'react'

import MyComponent from 'tookri'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © sh4hids