1.0.1 • Published 4 years ago

@type-content/react v1.0.1

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

@type-content/react

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @type-content/react

Usage

import React, { Component } from 'react'

import MyComponent from '@type-content/react'
import '@type-content/react/dist/index.css'

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

License

MIT © bishwenduk029