hextastudio/ui needs your support to stay running 🫶 Help us
Menu
A menu component for navigation.
Preview
Installation
tsx
import { useState } from "react";
import { FaHome, FaSignOutAlt, FaUser } from "react-icons/fa";
const [menuOpen, setMenuOpen] = useState(false);
const toggleMenu = () => {
setMenuOpen(!menuOpen);
};
Props Information
Prop Name
Prop Type
Default Value
Description
Prop Name | Prop Type | Default Value | Description |
---|