1.0.0 • Published 8 years ago

open-react-components v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago
                   +++++++++++++++   +++++++++++++++
                +++++++++++++++++++++++++++++++++++++++
              ++++++ +++++++++++  +++  +++++++++++  +++++
            +++++ ++++++++++++++++++++++++++++++++++++ ++++
          +++++ ++++++          ++++++++          ++++++ ++++
         ++++ ++++                 +                 ++++ ++++
        ++++ ++++                                      ++++++++
       ++++++++         +++                 +++         ++++++++
       +++ +++      +++++++++++         +++++++++++      +++ +++
      +++ +++      +++++++++++++       +++++++++++++      +++ +++
      +++ +++     +++++++++++++++     +++++++++++++++     +++ +++
      ++++++     +++++++++++++++++   +++++++++++++++++     ++++++
     +++ +++     +++++++   +++++++   +++++++   +++++++     +++ +++
     +++ +++     +++++++   +++++++   +++++++   +++++++     +++ +++
      ++++++      +++++++  +++++++   +++++++  +++++++      +++++++
      +++ +++     ++++++++++++++++   ++++++++++++++++      ++++++
      +++ +++      +++++++++++++++   +++++++++++++++      +++ +++
       +++ +++       +++++++++++++   +++++++++++++       +++ +++
       ++++++++       ++++++++++++   ++++++++++++       ++++++++
        +++ ++++        ++++++++++   ++++++++++        ++++ +++
         +++ +++++       +++++++++   +++++++++       +++++ +++
          ++++ +++++      +++++++++ +++++++++      +++++ ++++
           +++++ ++++++++   +++++++++++++++   ++++++++ +++++
             ++++++ ++++++   +++++++++++++   ++++++ ++++++
               +++++++++      +++++++++++       ++++++++
                  +++++++++++   +++++++   +++++++++++
                       +++++++   +++++    ++++++
                                  +++

                         Open React Components

Open React Components

Open React Components is a library of general purpose react components using the Open Design System from Blue Owl. The library includes components for forms, text content, data tables, and more.

+---------------+      #################      +---------------+
| Design System | ---> #  Components   # ---> | Applications  |
+---------------+      #################      +---------------+
  • Design System
  • Components
  • Applications (your application here)

Installation

npm install --save-dev open-react-components

Usage

import React from 'react';
import ReactDOM from  'react-dom';
import { H } from 'open-components';

ReactDOM.render(
  <H one>Hello World!</H>,
  document.getElementById('app'),
);

Styleguide / Live Documentation

To run a live styleguide, clone the project, npm install, npm start, and use a web browser to open localhost on port 3001.

Developing

To build the project using webpack.

$ npm run build

To build the project and watch for any changes; rebuilding on file updates.

$ npm run build:dev

To run a local development server with hot reloading

$ npm start

Authors

Past Contributors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • React
  • Babel
  • Webpack
1.0.0

8 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago