Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vugga/ui
Vuga reusable UI components
https://github.com/vugga/ui
design styled-components typescript uikit
Last synced: 10 days ago
JSON representation
Vuga reusable UI components
- Host: GitHub
- URL: https://github.com/vugga/ui
- Owner: vugga
- Created: 2019-03-23T19:58:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T18:57:13.000Z (over 5 years ago)
- Last Synced: 2024-10-07T11:47:27.848Z (about 1 month ago)
- Topics: design, styled-components, typescript, uikit
- Language: TypeScript
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @vuga/ui
> Vuga reusable UI components
[![NPM](https://img.shields.io/npm/v/@vuga/ui.svg)](https://www.npmjs.com/package/@vuga/ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save @vuga/ui
```## Usage
```tsx
import * as React from 'react'import { BottomNav } from '@vuga/ui'
class MyExample extends React.Component {
render () {
return (
)
}
}
```## License
MIT © [Vuga](https://github.com/vugga)