1.2.2 • Published 8 months ago
react-allapps-dropdown v1.2.2
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-dropdownor
yarn add react-allapps-dropdownUsage
Import and use the component in your React application:
import React from "react";
import { AllApps } from "react-allapps-dropdown";
const App = () => {
return (
<div>
<AllApps />
</div>
);
};
export default App;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.