FunctionDropdownMenuContent({
align = "start",
alignOffset = 0,
side = "bottom",
sideOffset = 4,
className,
...props
}: MenuP
app/src/components/ui/dropdown-menu.tsx:21
FunctionDropdownMenuSubContent({
align = "start",
alignOffset = -3,
side = "right",
sideOffset = 0,
className,
...props
}: React
app/src/components/ui/dropdown-menu.tsx:127
FunctionPopoverContent({
className,
align = "center",
alignOffset = 0,
side = "bottom",
sideOffset = 4,
...props
}: Popo
app/src/components/ui/popover.tsx:16
FunctionQuestionCard({
headerLabel,
headerActions,
progressBar,
documentationHref,
reportHref,
learnMoreLabel,
repor
app/src/components/quiz/QuestionCard.tsx:21
FunctionQuizQuestionMap({
questions,
currentIndex,
isComplete,
flaggedSet,
getQuestionState,
isQuestionCorrect,
goToQue
app/src/components/quiz/QuizQuestionMap.tsx:36
FunctionSlider({
className,
defaultValue,
value,
min = 0,
max = 100,
...props
}: SliderPrimitive.Root.Props)
app/src/components/ui/slider.tsx:8
FunctionSubmitDialog({
open,
onOpenChange,
onConfirm,
fullyAnsweredCount,
partialCount,
unansweredCount,
flaggedCoun
app/src/components/quiz/SubmitDialog.tsx:37