1.0.0 • Published 5 years ago

test-sc v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

test-sc

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-sc

Usage

import React, { Component } from 'react'

import MyComponent from 'test-sc'
import 'test-sc/dist/index.css'

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

License

MIT ©

1.0.0

5 years ago