1.0.59 • Published 3 years ago
react-unlockpage v1.0.59
React-Unlockpage
A simple template for a custom React component library.
| Version | Compatibility |
|---|---|
| 1.x | React 17.0.2+ |
Technical Documentation
Installing
$ npm install react-unlockpageUsage
import "react-unlockpage/dist/cjs/index.css"
import {Button} from "react-unlockpage"
render() {
return (
<Button label='My Button'></Button>
);
}1.0.59
3 years ago