essential-ui

0.0.4 • Public • Published

Essential UI Logo

Essential-UI

A UI Toolkit for React.js Websites and Apps

Currently under development; built by @domadams

See essential-ui.com for examples and documentation.

Installation

You can install essential-ui using npm:

npm install essential-ui --save

Browser Support

  • Chrome (mobile and desktop)
  • Safari (mobile and desktop)
  • Firefox
  • Internet Explorer 10 and up

Usage

Once you have installed essential-ui as a dependency you can import it into the component you want to use it in. You can then use this in your JSX like any other component

import {Button} from 'essential-ui';
 
class SimpleComponent extends React.Component {
    render(){
        return (
            <div>
                <Button size="lg" type="primary" text="Hello!" />
            </div>
        );
    }
}
 
export default SimpleComponent;

Getting Started for Developers

Prerequisites Please ensure that you have Node.js v4.1.x installed nodejs.org once this is installed upgrade npm ($ npm install -g npm). Then install gulp globally ($ npm install -g gulp)

To get started fork this repository, clone it, then simply install the dependencies:

$ npm install

Should you want to run the site locally move into the site directory and install the dependencies:

$ npm install

Then you can run:

$ gulp && node .

Package Sidebar

Install

npm i essential-ui

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • domadams2000