FunctionBackdrop({
fill,
padding = 4,
radius = 1,
shadow = "0 20px 60px rgba(0,0,0,0.4)",
children,
className,
}:
registry/remocn/backdrop/index.tsx:41
FunctionBentoCard({
name,
title,
description,
className = "",
previewClassName,
inputProps,
featured = false,
c
app/(home)/components/sections/bento-registry.tsx:62
FunctionBlurIn({
state = "hidden",
style,
children,
blur = 8,
direction = "up",
distance = 12,
display = "inli
registry/remocn-ui/blur-in/index.tsx:58
FunctionBlurOutUp({
text,
staggerDelay = 1,
fontSize = 72,
color = "#171717",
fontWeight = 600,
speed = 1,
classN
registry/remocn/blur-out-up/index.tsx:15
FunctionBottomUpLetters({
text,
staggerDelay = 3,
distance = 46,
fontSize = 72,
color = "#171717",
fontWeight = 600,
sp
registry/remocn/bottom-up-letters/index.tsx:16
FunctionButton({
state = "idle",
style,
label = "Continue",
variant = "default",
size = "default",
theme: themeO
registry/remocn-ui/button/index.tsx:182
FunctionCalendar({
className,
classNames,
showOutsideDays = true,
captionLayout = "label",
buttonVariant = "ghost",
components/ui/calendar.tsx:18
FunctionCalloutBase({
icon,
title,
children,
accent,
className,
}: {
icon: ReactNode;
title?: string;
children: R
components/docs/callout.tsx:6
FunctionCamera({
x = 0,
y = 0,
scale = 1,
blur = 0,
children,
}: CameraProps)
registry/remocn/a1-product-demo/foundation.tsx:110
FunctionCaret({
color = "currentColor",
width = 2,
height = 18,
radius = 1,
opacity,
blink = false,
blinkPerS
registry/remocn-ui/caret/index.tsx:30
FunctionCaretPreview({
height = 28,
width = 3,
radius = 1,
blink = true,
blinkPerSecond = 1,
color,
}: CaretPreviewPro
registry/remocn-ui/caret/preview.tsx:15
FunctionCarousel({
orientation = "horizontal",
opts,
setApi,
plugins,
className,
children,
...props
}: React.Com
components/ui/carousel.tsx:44
FunctionChartContainer({
id,
className,
children,
config,
initialDimension = INITIAL_DIMENSION,
...props
}: React.Compon
components/ui/chart.tsx:42
FunctionChartLegendContent({
className,
hideIcon = false,
payload,
verticalAlign = "bottom",
nameKey,
}: React.ComponentProps<
components/ui/chart.tsx:275
FunctionChartTooltipContent({
active,
payload,
className,
indicator = "dot",
hideLabel = false,
hideIndicator = false,
labe
components/ui/chart.tsx:119
FunctionChatFlow({
messages = DEFAULT_MESSAGES,
contact,
accentColor,
speed = 1,
theme: themeOverride,
}: ChatFlowPr
registry/remocn-ui/chat-flow/index.tsx:253
FunctionChatRow({
item,
eff,
speed,
contact,
themeProp,
theme,
}: {
item: ScheduledMessage;
eff: number;
sp
registry/remocn-ui/chat-flow/index.tsx:505
FunctionChatToPreviewLayout({
chat,
preview,
startChatRatio = 0.5,
endChatRatio = 0.25,
speed = 1,
className,
}: ChatToPrevie
registry/remocn/chat-to-preview-layout/index.tsx:160
FunctionCheckbox({
state = "unchecked",
style,
label,
size = "default",
theme: themeOverride,
primary,
align = "
registry/remocn-ui/checkbox/index.tsx:89
FunctionCodeBlockCommand({
prompt,
pnpm,
yarn,
npm,
bun,
component,
variant = "muted",
}: CodeBlockCommandProps)
components/docs/code-block-command.tsx:37
FunctionCombobox({
state = "closed",
style,
query = "",
revealCount,
placeholder = "Select a fruit…",
items = ["Ap
registry/remocn-ui/combobox/index.tsx:103