react-modular-ui

3.5.0 • Public • Published

React Modular UI

Customizable Isomorphic React UI library.

Coverage Status

Installation

npm install react-modular-ui --save

or

yarn add react-modular-ui

Example

import React from "react";
import {Button} from "react-modular-ui";

class Example extends React.Component {
  render() {
    return (
      <div>
        <Button color="primary">Sign up</Button>
        <Button>Sign in</Button>
      </div>
    );
  }
}

Development

Set up

yarn

Run

Build:

yarn build

Test

npm run test-dev

Dependencies (0)

    Dev Dependencies (27)

    Package Sidebar

    Install

    npm i react-modular-ui

    Weekly Downloads

    45

    Version

    3.5.0

    License

    none

    Unpacked Size

    156 kB

    Total Files

    85

    Last publish

    Collaborators

    • omegascorp