1.0.0 • Published 5 years ago

com.worklete.components v1.0.0

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

com.worklete.components

Bandit shared components

NPM JavaScript Style Guide

Install

npm install --save com.worklete.components

Usage

import React, { Component } from 'react'

import MyComponent from 'com.worklete.components'
import 'com.worklete.components/dist/index.css'

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

License

MIT © briancarycom