1.0.2 • Published 4 years ago

oppgen-components v1.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

oppgen-components

Component library for oppgen sites and landing pages

NPM JavaScript Style Guide

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