Skip to content

Another react library creator which follows latest js libraries

Notifications You must be signed in to change notification settings

ruilisi/rollup-react-library

Repository files navigation

rollup-react-library

Another react library creator which follows latest js libraries

NPM JavaScript Style Guide

Install

npm install --save rollup-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'rollup-react-library'

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

License

MIT © ruilisi

About

Another react library creator which follows latest js libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published