# niolabs UI Toolkit


niolabs-themed React components for a nio-powered UI. You can find examples of their use at https://uikit.niolabs.com.

The niolabs UI Scaffold is made available under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0), the boilerplate of which is listed at the bottom of this ReadMe.

## Installation

Install using npm or yarn:

```
npm install --save @nio/ui-kit
```

## Include core CSS

```
@import '~@nio/ui-kit/dist/nio';
```

## Apache 2.0 License

Copyright 2017-2018 n.io innovation, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
