Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)