Skip to content

orloxx/ui-core

Repository files navigation

@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