https://github.com/ddr-dileep/next-gen-ui
https://github.com/ddr-dileep/next-gen-ui
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddr-dileep/next-gen-ui
- Owner: ddr-dileep
- Created: 2025-02-12T11:09:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T11:41:55.000Z (3 months ago)
- Last Synced: 2025-04-23T19:19:00.271Z (10 days ago)
- Language: TypeScript
- Size: 6.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# react-next-best-ui
🚀 **react-next-best-ui** is a lightweight and easy-to-use React component library that provides reusable UI components.
## 📦 Installation
Install the package using npm or yarn:
```sh
npm install react-next-best-ui
```OR
```sh
yarn add react-next-best-ui
```## 🚀 Usage
Import and use components in your React project:
### ✅ **Button Component**
```tsx
import { Button } from "react-next-best-ui";function App() {
return ;
}export default App;
```### ✅ **Input Component**
```tsx
import { Input } from "react-next-best-ui";function App() {
return ;
}export default App;
```## 📚 Available Components
- `Button` - A customizable button component.
- `Input` - A simple input field.More components coming soon! 🚀
## 🌟 Features
- **Lightweight** and optimized for performance.
- **Works with both JavaScript & TypeScript**.
- **Fully customizable UI components**.
- **Minimal dependencies**.## 📜 License
This project is licensed under the [MIT License](LICENSE).
---
🚀 **Enjoy using `react-next-best-ui`!** Contributions and feedback are welcome! 😊