1.0.2 • Published 2 years ago

oripay-ui v1.0.2

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

Oripay UI

An enterprise-class UI design language and React UI library.

Install

npm i oripay-ui
yarn add oripay-ui

Usage

import { Button, Input } from 'oripay-ui';

const App = () => (
  <>
    <Button type="primary">Primay</Button>
    <Input placeholder="Please input..." />
  </>
);

TypeScript

oripay-ui is written in TypeScript with complete definitions.

License

Oripay UI is MIT licensed.