You can also use the <DaisyCityLink> component to have the Qwik City Link component rather than a standard <a> tag
<DaisyLink class="text-xl font-bold" variant={{}} modifiers={{}}}>
Qwik Bits Daisy UI Link
</DaisyLink>
Webb Card Title
Webb Card Description
<Card
q:slot="additional"
title="Webb Card Title"
description="Webb Card Description"
variant={{"theme":"neutral"}}
modifiers={{}}
>
<img>
q:slot="image"
src="https://www.qwikbits.dev/images/qwikbits/crab-nebula-webb.jpg"
alt="webb"
width={500}
height={436}
></img>
</Card>
<Select variant={{}} modifiers={{}}}>
<option disabled selected>
Title
</option>
<option>Test 1</option>
<option>Test 2</option>
</Select>
<Tooltip
tip={'hello world'}
variant={{}}
modifiers={{}}
>
<button class="btn">Hover me</button>
</Tooltip>