new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

shadcn/ui · Components · all subjects

hover-card/props

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Hover Card trigger delay props

Use the delay and closeDelay props on HoverCardTrigger to control timing: delay controls when the card opens (in milliseconds), and closeDelay controls when the card closes (in milliseconds).

Hover Card openDelay and closeDelay props

Use the openDelay and closeDelay props on the HoverCard component to control when the card opens and closes. openDelay sets the delay in milliseconds before the card opens, and closeDelay sets the delay before the card closes.

Hover Card trigger delay example

Example: <HoverCard openDelay={100} closeDelay={200}><HoverCardTrigger>Hover</HoverCardTrigger><HoverCardContent>Content</HoverCardContent></HoverCard>

Hover Card side and align positioning props

Use the side and align props on HoverCardContent to control the placement of the card. The side prop determines which side of the trigger the card appears (e.g., 'top'), and the align prop determines the alignment along that side (e.g., 'start').

Hover Card positioning example

Example: <HoverCard><HoverCardTrigger>Hover</HoverCardTrigger><HoverCardContent side="top" align="start">Content</HoverCardContent></HoverCard>

Give your agent this brain