Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 717 Bytes

File metadata and controls

33 lines (22 loc) · 717 Bytes

minisite-library

NPM JavaScript Style Guide

Demonstation

You can find the demo of all current stable component here.

Install

npm install --save minisite-library

Usage

import React, { Component } from 'react'

import MyComponent from 'minisite-library'

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

License

MIT © lab42