A production-ready browser compatibility table that visualises CSS feature support across 10 desktop and mobile browsers. Designed for developer tool landing pages, documentation sites, and technical marketing pages.
#ff9b85), XIcon uses red for unsupportedTable, TableHeader, TableHead, TableRow, TableBody, TableCell — from @/components/ui/table (shadcn/ui)motion — from motion/react (Framer Motion)CheckIcon, XIcon, MonitorIcon, SmartphoneIcon — from lucide-reactuseState — from reactbrowserFeatures array at the top of the filestroke-[#ff9b85] — update to any hex valuergba(255,155,133,0.05) — adjust opacity for intensitydelay: 0.05 * index + rowIdx * 0.08 — tune timing to tastenpm install motion lucide-react
npx shadcn@latest add table
Explore other blocks from this seller
import TableComplex from '@/components/blocks/table/table-complex'
export default function Page() {
return <TableComplex />
}