irisrad-ui
Version:
UI elements developered for IRIS R&D Group Inc
33 lines (21 loc) • 727 B
Markdown
# What is this package about
This is a [REACT](https://reactjs.org/) UI library developed and maintained by [IRIS R&D Group.Inc](html_link_address). 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.