FunctionCourseModuleSchema({
courseName,
moduleTitle,
moduleDescription,
moduleUrl,
position,
totalModules,
}: CourseModuleS
components/seo/structured-data.tsx:276
FunctionHowToSchema({
title,
description,
steps,
totalTime,
image,
}: HowToSchemaProps)
components/seo/structured-data.tsx:186
FunctionMarqueeBase({
className,
reverse = false,
pauseOnHover = false,
children,
vertical = false,
repeat = 2,
...
components/ui/marquee.tsx:14
FunctionNumberTicker({
value,
startValue = 0,
direction = "up",
delay = 0,
className,
decimalPlaces = 0,
...props
}:
components/ui/number-ticker.tsx:16
FunctionQuickCheck({
question,
options,
correctIndex,
hint,
explanation,
id,
}: QuickCheckProps)
components/learn/quick-check.tsx:17
FunctionSoftwareApplicationSchema({
name,
description,
url,
category = "DeveloperApplication",
operatingSystem = "Web",
}: {
name:
components/seo/structured-data.tsx:324
FunctionToolsPageFrame({
breadcrumbItems,
heroKicker,
title,
description,
heroActions,
heroAside,
children,
footer =
app/tools/tools-shell.tsx:29
FunctionUpNextCard({
nextTitle,
nextDescription,
nextHref,
nextLessonNumber,
nextReadingTime,
prevTitle,
prevHref,
components/learn/up-next.tsx:22