React AllApps Dropdown

A React component for an All Apps dropdown menu styled with Tailwind CSS.
Installation
You can install this package using npm or yarn:
npm install react-allapps-dropdown
or
yarn add react-allapps-dropdown
Usage
Import and use the component in your React application:
import React from "react";
import { AllApps } from "react-allapps-dropdown";
const App = () => {
return (
<div>
<AllApps isProduction={true} />
</div>
);
};
export default App;
Props
isProduction | boolean | optional | For production url change |
Styling
This component is built with Tailwind CSS, so make sure your project is configured to use Tailwind.
License
This project is licensed under the MIT License.