1.2.2 • Published 5 months ago

react-allapps-dropdown v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

React AllApps Dropdown

Version License

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 />
    </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.

1.2.2

5 months ago

1.2.1

6 months ago

1.0.11

6 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago