1.3.0 • Published 4 years ago

jct-lib v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

jct

A component library

NPM JavaScript Style Guide

Install

npm install --save jct-lib

Usage

import React, { Component } from 'react'

import { MyComponent } from 'jct-lib'
import 'jct/dist/index.css'

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

License

MIT © corymhayes