'use client'; import Tooltip from '@/components/Tooltip'; export default function DaisyUIDemo() { return (

DaisyUI Component Demo

Test and validate DaisyUI components and theme integration.

{/* Alerts */}

Alerts

This is a DaisyUI info alert! 🎉
DaisyUI is working perfectly with your theme!
This is a warning alert example
This is an error alert example
{/* Buttons */}

Buttons

{/* Cards */}

Cards

DaisyUI Card

This is a sample card using DaisyUI's card component.

{/* Badges */}

Badges

Primary Secondary Accent Info Success Warning Error
{/* Tooltip */}

Tooltip

); }