1.0.3 • Published 5 months ago

react-next-best-ui v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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! 😊

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago