New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oppgen-components

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oppgen-components

Component library for oppgen sites and landing pages

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 14 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts