orloxx / ui-core

UI Core Components for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@orloxx/ui-core

UI Core Components for React

NPM JavaScript Style Guide Documentation Coverage

This is an attempt to create a components library to bootstrap React SPAs.

Install

npm install --save @orloxx/ui-core

Usage

import React, { Component } from 'react';
import { PageControl } from '@orloxx/ui-core';

class SomeComponent extends Component {
  return (
    <PageControl ... />
  );
}

You can check out the /example folder which is deployed here.

For more information check out the documentation which is autogenerated using ESDoc.

License

MIT © orloxx

About

UI Core Components for React


Languages

Language:JavaScript 83.0%Language:SCSS 16.5%Language:HTML 0.5%