npm.io
1.0.9 • Published 6 years ago

jwebui-template

Licence
MIT
Version
1.0.9
Deps
0
Size
646 kB
Vulns
0
Weekly
0

jwebui-template

made by jits

NPM JavaScript Style Guide

Install

npm install --save jwebui-template

Usage

import React, { Component } from 'react'

import MyComponent from 'jwebui-template'
import 'jwebui-template/dist/index.css'

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

License

MIT