An open API service indexing awesome lists of open source software.

https://github.com/beace/host-ui

Mobile Priority Component Library Based on React
https://github.com/beace/host-ui

components react react-component react-component-library storybook ui

Last synced: about 2 months ago
JSON representation

Mobile Priority Component Library Based on React

Awesome Lists containing this project

README

        

# HOST-UI

Mobile Priority Component Library Based on React.

![screenshot](./docs/screenshot.png)

```bash
npm install host-ui
```

## Usage

```jsx
import 'host-ui/lib/hostui.css';
import { Button } from 'host-ui';
```

## Develop

```bash
npm run build
```