hextastudio/ui needs your support to stay running 🫶 Help us
Stats Section
Customizable Stats section with icons and dropdown menu
Preview
Total Users
23,234
+728 vs last week
Total Revenue
$100k+
+$10k vs last week
Bounce Rate
8%
+2% vs last week
Installation
tsx
import { useState } from "react";
import { BsThreeDotsVertical } from "react-icons/bs";
import { FaMoneyBill, FaUser } from "react-icons/fa";
import { FaArrowTrendUp, FaArrowTrendDown } from "react-icons/fa6";
const StatsWithIcon = () => {
const [menuOpen0, setMenuOpen0] = useState(false);
const [menuOpen1, setMenuOpen1] = useState(false);
const [menuOpen2, setMenuOpen2] = useState(false);