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

https://github.com/yetone/lias-ui


https://github.com/yetone/lias-ui

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

          

# lias-ui

WARNING: This project is still in the very early stages of development.

[![NPM](https://img.shields.io/npm/v/lias-ui.svg)](https://www.npmjs.com/package/lias-ui) [![Airbnb JavaScript Style Guide](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb&cache=300)](https://airbnb.io/javascript)

## Install

```bash
yarn add lias-ui
```

## Usage

```tsx
import React from 'react'
import { Button } from 'lias-ui'

export default function App() {
return Hello World!
}
```

## License

MIT © [yetone](https://github.com/yetone)