oppgen-components
v1.0.2
Published
Component library for oppgen sites and landing pages
Downloads
2
Readme
oppgen-components
Component library for oppgen sites and landing pages
Install
npm install --save oppgen-components
Usage
import React, { Component } from "react";
import ComponentHere from "oppgen-components";
class App extends Component {
render() {
return <ComponentHere />;
}
}
Current Components
Button Component
<Button text="text here" onClick={functionHere} className="classHere" />
License
MIT © ltchurch88t