1.1.0 • Published 4 years ago

@orloxx/ui-core v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago