Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

A boilerplate for building reusable react components library

Notifications You must be signed in to change notification settings

raikusy/modern-react-library

Repository files navigation

modern-react-library

A boilerplate for building reusable react components library

NPM JavaScript Style Guide

Install

npm install --save modern-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'modern-react-library'

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

License

MIT © raikusy

About

A boilerplate for building reusable react components library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •