1.0.12 • Published 2 years ago

irisrad-ui v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

What is this package about

This is a REACT UI library developed and maintained by IRIS R&D Group.Inc. It is designed ONLY for internal use which could facilitate our UI designe and website development.

Installation

npm install irisrad-ui

Importing

Currently, this UI library only supports named imports, simply import the UI elements like this:

import { UI_ELEMENT } fron "irisrad-ui"

Usage

import { IrisButton } from "irisrad-ui";

<IrisButton
  size="small"
  onClick={handleSearch}
  color="primary"
  onCLick={onClick_function}
>
  Search
</IrisButton>

TODO

More documentation and more UI elements would be added.

1.0.11

2 years ago

1.0.12

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago