3.0.0 • Published 7 years ago

@oberd/oui v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 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

7 years ago

2.2.26

8 years ago

2.2.25

8 years ago

2.2.24

8 years ago

2.2.23

8 years ago

2.2.22

8 years ago

2.2.21

8 years ago

2.2.20

8 years ago

2.2.19

8 years ago

2.2.18

8 years ago

2.2.17

8 years ago

2.2.16

8 years ago

2.2.15

8 years ago

2.2.14

8 years ago

2.2.13

8 years ago

2.2.12

8 years ago

2.2.11

8 years ago

2.2.10

8 years ago

2.2.9

8 years ago

2.2.8

8 years ago

2.2.7

8 years ago

2.2.6

8 years ago

2.2.5

8 years ago

2.2.4

8 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago