react-page-components

1.0.0 • Public • Published

react-page-components

some common components for static website

NPM JavaScript Style Guide

Install

npm install --save react-page-components

Usage

import React, { Component } from 'react'

import MyComponent from 'react-page-components'

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

License

MIT © johnking

Readme

Keywords

none

Package Sidebar

Install

npm i react-page-components

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

14 kB

Total Files

6

Last publish

Collaborators

  • johnking_ca