@orloxx/ui-core

1.1.0 • Public • Published

@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 ... />
  );
}

This is a work in progress, 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

Readme

Keywords

none

Package Sidebar

Install

npm i @orloxx/ui-core

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

300 kB

Total Files

26

Last publish

Collaborators

  • orloxx