Skip to content

Instantly share code, notes, and snippets.

View youngbloodcyb's full-sized avatar
🌊

Cameron Youngblood youngbloodcyb

🌊
View GitHub Profile
@youngbloodcyb
youngbloodcyb / histogram.tsx
Last active March 31, 2025 21:56
Histogram component using shadcn/ui + recharts
"use client"
import { useState, useEffect } from "react"
import {
Bar,
BarChart,
CartesianGrid,
ResponsiveContainer,
Tooltip,
XAxis,