1.0.4 • Published 3 years ago

@congvu307/ui-react v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@congvu307/ui-react

UI template React

NPM JavaScript Style Guide

Install

npm install --save bootstrap react-bootstrap @congvu307/ui-react

Usage

import React, { Component } from 'react'

import MyComponent from '@congvu307/ui-react'
import '@congvu307/ui-react/dist/index.css'

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

License

MIT © congvu307