1.0.7 • Published 4 months ago

kesho-ui v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

kesho-ui

Kesho Labs Inc Components Library

NPM JavaScript Style Guide

Install

npm install --save kesho-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'kesho-ui'
import 'kesho-ui/dist/index.css'

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

License

MIT © Kesho Labs Inc(https://github.com/Kesho Labs Inc)