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
- Host: GitHub
- URL: https://github.com/beace/host-ui
- Owner: Beace
- Created: 2019-12-07T15:23:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T13:42:17.000Z (about 5 years ago)
- Last Synced: 2025-02-05T07:31:06.598Z (4 months ago)
- Topics: components, react, react-component, react-component-library, storybook, ui
- Language: JavaScript
- Homepage: https://host-ui.now.sh/
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOST-UI
Mobile Priority Component Library Based on React.

```bash
npm install host-ui
```## Usage
```jsx
import 'host-ui/lib/hostui.css';
import { Button } from 'host-ui';
```## Develop
```bash
npm run build
```