Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/proeung/action-menu-react
- Owner: proeung
- Created: 2024-04-18T16:55:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T19:49:54.000Z (5 months ago)
- Last Synced: 2024-11-07T16:12:19.609Z (about 2 months ago)
- Topics: react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```