/Reaction

A React Component Library, Powered by Styled Components

Primary LanguageJavaScript

reaction

A React UI Component library built with Styled-Components

NPM JavaScript Style Guide

Install

npm install --save reaction-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'reaction-ui'

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

License

MIT © 4nmolChaudhary