1.3.2 • Published 4 years ago

react-uniui v1.3.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago