0.1.6 • Published 4 years ago
note-ui v0.1.6
note-ui
a user interface library, wip
Install
npm install --save note-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'note-ui'
import 'note-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © aceslowman