React 3D Menu is a responsive menu component built with React and Tailwind CSS. It provides a visually appealing 3D effect to the menu items, giving your application a modern and interactive navigation experience.
- Responsive design that adapts to different screen sizes.
- 3D effect on menu items for an engaging visual experience.
- Toggle functionality to expand and collapse the menu.
- Keyboard event handling to close the menu on pressing the 'esc' key.
- Customizable menu links with icons and text.
- Integration with React Router for seamless navigation between pages.
To install the React 3D Menu follow these steps:
git clone https://github.com/lcmoc/react-3d-menu.git
cd react-3d-menu
yarn install
npm start

