1.0.59 • Published 12 months ago

react-unlockpage v1.0.59

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

React-Unlockpage

A simple template for a custom React component library.

VersionCompatibility
1.xReact 17.0.2+

Technical Documentation

Installing

$ npm install react-unlockpage

Usage

import "react-unlockpage/dist/cjs/index.css"
import {Button} from "react-unlockpage"

render() {
  return (
    <Button label='My Button'></Button>

  );
}
1.0.59

12 months ago