Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/proeung/action-menu-react

Action Menu/Dropdown component developed using React, Typescript, and TailwindCSS.
https://github.com/proeung/action-menu-react

react tailwindcss typescript

Last synced: 5 days ago
JSON representation

Action Menu/Dropdown component developed using React, Typescript, and TailwindCSS.

Awesome Lists containing this project

README

        

# Action Menu Component

This repository contains the codebase for a simple Action Menu/Dropdown component developed using React, Typescript, and TailwindCSS.

## How to Use

To run the application in development mode with hot-code reloading and error reporting, use the following command:

```bash
npm run start
```

For production mode/build

```bash
npm run build
```