1.0.3 ⢠Published 5 months ago
react-next-best-ui v1.0.3
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! š