1.1.0 • Published 5 years ago

@orloxx/ui-core v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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

1.1.0

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago