Skip to content
/ uniui Public

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

License

Notifications You must be signed in to change notification settings

ericm/uniui

Repository files navigation

Uniui

npm Build

Uniui 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:

    import Uniui from "react-uniui";

Or individually:

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

Components Preview

Buttons

button

<Button>Button</Button>
<Button type="flat">Button</Button>
<Button type="borderless">Button</Button>

See more in the docs

Radio Menu

button

<SelectionGroup>
  <Selection type="radio" label="Radio button 1" />
  <Selection type="radio" label="Radio button 2" />
  <Selection type="radio" label="Radio button 3" />
</SelectionGroup>

Checkboxes

button

<SelectionGroup>
  <Selection type="checkbox" label="Checkbox 1" />
  <Selection type="checkbox" label="Checkbox 2" />
  <Selection type="checkbox" label="Checkbox 3" />
</SelectionGroup>

Switches

button

<SelectionGroup>
  <Selection type="switch" label="Switch 1" />
  <Selection type="switch" label="Switch 2" />
  <Selection type="switch" label="Switch 3" />
</SelectionGroup>

See more in the docs

TextField

button

<TextField value="Text" subtitle="TextField" />

See more in the docs

See the Component API docs for further reference

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published