Hover Item
a button that signs out the user
- it has a label
- it has a click event that signs out the user
Installation
npx shadcn@latest add https://shuip.xyz/r/hover.item.json
Usage
import HoverItem from '@/components/ui/shuip/hover.item';export default function HoverItemExample() {return <HoverItem content={'Description'}>Hover me</HoverItem>;}
On This Page