1.2.2 • Published 1 year ago

react-allapps-dropdown v1.2.2

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

1 year ago

1.2.1

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago