Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oauch/neat-ui

Just Neat and Simple React UI
https://github.com/oauch/neat-ui

Last synced: 6 days ago
JSON representation

Just Neat and Simple React UI

Awesome Lists containing this project

README

        

# 🟢 Neat-UI

![NPM Downloads](https://img.shields.io/npm/d18m/@oauch/neat-ui)

Just Neat and Simple React UI


## ⚙️ Install

```
npm i @oauch/neat-ui
```


## 🏠 Documentation

Neat-UI


## 💬 StoryBook

StoryBook


## ✅ How to use

```ts
import { Alert } from "@oauch/neat-ui";

const App = () => {
return (


success
info
warning
error

);
};

export default App;
```