https://github.com/yetone/lias-ui
https://github.com/yetone/lias-ui
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yetone/lias-ui
- Owner: yetone
- Created: 2021-07-22T21:33:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T14:10:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T07:50:01.779Z (over 1 year ago)
- Language: TypeScript
- Size: 228 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lias-ui
WARNING: This project is still in the very early stages of development.
[](https://www.npmjs.com/package/lias-ui) [](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)