Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oauch/neat-ui
- Owner: oauch
- Created: 2024-06-13T09:35:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T04:03:38.000Z (4 months ago)
- Last Synced: 2024-08-08T15:18:28.295Z (3 months ago)
- Language: TypeScript
- Homepage: https://neat-ui.vercel.app
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 💬 StoryBook
## ✅ How to use
```ts
import { Alert } from "@oauch/neat-ui";const App = () => {
return (
success
info
warning
error
);
};export default App;
```