3.0.0 • Published 9 years ago

@oberd/oui v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 years ago

Oui! Version 2

UI components for building smart health applications

Github Repo

Installation

npm i -S @oberd/oui

Usage

Distribution files are compatible both in node and browser context.

import React, { Component, PropTypes } from 'react';
import { Button } from '@oberd/oui';

class MyComponent extends Component {
    static propTypes = {

    };
    render() {
        return (
            <div>
                <Button inline>Click Me</Button>
            </div>
        );
    }
}

export default MyComponent;

Overview

Oui has the goal of standardizing user interface components for all Oberd Platform Applications.

Components should have these goals in mind:

  • Accessibile
  • Well tested
  • Keyboard Enabled
  • Progressively enhanced (with a baseline assumption of Javascript)
  • Browser support: IE8+

Getting Started

./tools/init.sh

Contribution

More information on creating your own component can be found in the Contribution Guide

Development Commands

  • gulp serve - Start a server for mocha tests and documentation. Use this command for active development
  • gulp build - Compiles dist folder from source
  • gulp test - Runs mocha tests in phantomjs

Directory Structure

3.0.0

9 years ago

2.2.26

9 years ago

2.2.25

9 years ago

2.2.24

9 years ago

2.2.23

9 years ago

2.2.22

9 years ago

2.2.21

9 years ago

2.2.20

9 years ago

2.2.19

9 years ago

2.2.18

9 years ago

2.2.17

9 years ago

2.2.16

9 years ago

2.2.15

9 years ago

2.2.14

9 years ago

2.2.13

9 years ago

2.2.12

9 years ago

2.2.11

9 years ago

2.2.10

9 years ago

2.2.9

9 years ago

2.2.8

9 years ago

2.2.7

10 years ago

2.2.6

10 years ago

2.2.5

10 years ago

2.2.4

10 years ago

2.2.3

10 years ago

2.2.2

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago