1.0.0 • Published 4 years ago

blaze-library v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

blaze-library

NPM JavaScript Style Guide

Install

npm install --save blaze-library

Usage

import React, { Component } from 'react'

import MyComponent from 'blaze-library'

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

License

MIT © aaguilar2015

1.0.0

4 years ago