1.2.2 • Published 9 months ago

react-allapps-dropdown v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 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

9 months ago

1.2.1

10 months ago

1.0.11

10 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago