Skip to content

ddr-dileep/next-gen-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

npm install react-next-best-ui

OR

yarn add react-next-best-ui

🚀 Usage

Import and use components in your React project:

Button Component

import { Button } from "react-next-best-ui"; function App() { return <Button label="Click Me!" />; } export default App;

Input Component

import { Input } from "react-next-best-ui"; function App() { return <Input placeholder="Enter text..." />; } 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.


🚀 Enjoy using react-next-best-ui! Contributions and feedback are welcome! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published