Skip to content

sbadalyan/react-modular-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Modular UI

Customizable React UI library which supports both front-end and back-end rendering.

Coverage Status Stories in Ready

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 (
      <Block layout="horizontal" justify="center">
        <Button color="primary">Sign up</Button>
        <Button>Sign in</Button>
      </Block>
    );
  }
}

Development

Set up

npm install

Run

Build:

gulp

Start server:

npm start

Client side rendering example: http://localhost:3000 Server side rendering example: http://localhost:3000/static

Test

npm run test-dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.7%
  • CSS 21.0%
  • HTML 0.3%