/Red

Primary LanguageJavaScript

red

React UI Library

NPM JavaScript Style Guide

Install

npm install --save red

Usage

import React, { Component } from "react";

import MyComponent from "red";
import "red/dist/index.css";

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

License

MIT © https://github.com/Raulkg