red React UI Library 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