Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 537 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 537 Bytes

PopCom

A hip, sexy, eye-candy React component library.

NPM

Install

npm install --save pop-com

Usage

import React, { Component } from 'react'

import MyComponent from 'pop-com'
import 'pop-com/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}