Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ericm/uniui

Uniui is a React UI library currently in beta. It has a growing list of components as well as easy context based theming.
https://github.com/ericm/uniui

beta javascript npm npm-package react reactjs typescript ui ui-components uikit ux

Last synced: 3 months ago
JSON representation

Uniui is a React UI library currently in beta. It has a growing list of components as well as easy context based theming.

Awesome Lists containing this project

README

        

# [![Uniui](./img/uniui.svg?sanitize=true)](http://uniui.moynihan.io)
[![npm](https://img.shields.io/npm/v/react-uniui?style=flat-square)](https://npmjs.com/package/react-uniui)
![Build](https://github.com/ericm/uniui/workflows/Build/badge.svg?branch=master)

[Uniui](http://uniui.moynihan.io) is a React Typescript UI library currently in beta.

## Installation

To install Uniui, simply run the following in the root directory of your react project:

```
$ npm i react-uniui
```

## Usage

You can import the entire library via:

```ts
import Uniui from "react-uniui";
```

Or individually:

```ts
import { Button, Selection } from "react-uniui";
```

## Components Preview
### Buttons
![button](img/button.png)
```tsx
Button
Button
Button
```
[See more in the docs](http://uniui.moynihan.io/components/button)

### Radio Menu
![button](img/radio.png)
```tsx



```
### Checkboxes
![button](img/checkbox.png)
```tsx



```

### Switches
![button](img/switch.png)
```tsx



```

[See more in the docs](http://uniui.moynihan.io/components/selection)

### TextField
![button](img/text.png)
```tsx

```
[See more in the docs](http://uniui.moynihan.io/components/textfield)

See the [Component API docs](http://uniui.moynihan.io) for further reference