FunctionDevice({
renderer,
model,
modelGroup,
renderFrame,
index,
showDelay,
setLoaded,
onLoad,
show,
})
app/components/model/model.jsx:356
FunctionDivider({
lineWidth,
lineHeight,
notchWidth,
notchHeight,
collapseDelay,
collapsed,
className,
style,
app/components/divider/divider.jsx:4
FunctionEarth({
position = [0, 0, 0],
scale = 1,
hideMeshes = [],
labels = [],
className,
children,
})
app/routes/projects.smart-sparrow/earth.jsx:111
FunctionHeading({
children,
level = 1,
as,
align = 'auto',
weight = 'medium',
className,
...rest
})
app/components/heading/heading.jsx:5
FunctionImage({
className,
style,
reveal,
delay = 0,
raised,
src: baseSrc,
srcSet,
placeholder,
...rest
}
app/components/image/image.jsx:11
FunctionImageElements({
onLoad,
loaded,
inViewport,
srcSet,
placeholder,
delay,
src,
alt,
play = true,
restartO
app/components/image/image.jsx:57
FunctionInput({
id,
label,
value,
multiline,
className,
style,
error,
onBlur,
autoComplete,
required,
app/components/input/input.jsx:9
FunctionModel({
models,
show = true,
showDelay = 0,
cameraPosition = { x: 0, y: 0, z: 8 },
style,
className,
app/components/model/model.jsx:57
FunctionProjectHeader({
title,
description,
linkLabel = 'Visit website',
url,
roles,
className,
})
app/layouts/project/project.jsx:15
FunctionProjectSummary({
id,
visible: sectionVisible,
sectionRef,
index,
title,
description,
model,
buttonText,
bu
app/routes/home/project-summary.jsx:21
FunctionProjectTextRow({
center,
stretch,
justify = 'center',
width = 'm',
noMargin,
className,
centerMobile,
...res
app/layouts/project/project.jsx:160
FunctionText({
children,
size = 'm',
as: Component = 'span',
align = 'auto',
weight = 'auto',
secondary,
cla
app/components/text/text.jsx:4
FunctionTextArea({
className,
resize = 'none',
value,
onChange,
minRows = 1,
maxRows,
...rest
})
app/components/input/text-area.jsx:5
FunctionThemeProvider({
theme = 'dark',
children,
className,
as: Component = 'div',
toggleTheme,
...rest
})
app/components/theme-provider/theme-provider.jsx:14
FunctionTransitionContent({
children,
timeout = 0,
enterTimeout,
exitTimeout,
onEnter,
onEntered,
onExit,
onExited,
i
app/components/transition/transition.jsx:37