/atomic-react

My project is to learn atomic design, react, babel, rollup, prettier, flowtype

Primary LanguageJavaScript

atomic-react

My assignment is to config: airbnb, babel, rollup, flowtype, prettier and structure atomic design

NPM JavaScript Style Guide

Install

npm install --save atomic-react

Usage

import React, { Component } from 'react'

import MyComponent from 'atomic-react'

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

License

MIT © suonlight