FunctionAnimatedTabs({
tabs,
selected,
setSelected,
center,
customID,
icons = [],
}: AnimatedTabsProps)
src/components/reusable/AnimatedTabs.tsx:63
FunctionBackgroundBricks({
patternColor = '#fb3a5d',
backgroundColor = 'transparent',
className,
fade = true,
style,
...pr
src/showcase/effects/BackgroundBricks.tsx:11
FunctionBackgroundCross({
crossColor = '#fb3a5d',
backgroundColor = 'transparent',
crossSize = 40,
className,
fade = true,
src/showcase/effects/BackgroundCross.tsx:13
FunctionBackgroundDots({
dotSize = 1.2,
dotColor = '#fb3a5d',
backgroundColor = 'transparent',
gap = 15,
className,
fade
src/showcase/effects/BackgroundDots.tsx:13
FunctionBackgroundGrid({
color = '#fb3a5d',
cellSize = '25px',
strokeWidth = '3px',
className,
fade = true,
...props
}:
src/showcase/effects/BackgroundGrid.tsx:11
FunctionBackgroundPlus({
plusColor = '#fb3a5d',
backgroundColor = 'transparent',
plusSize = 60,
className,
fade = true,
src/showcase/effects/BackgroundPlus.tsx:11
FunctionBackgroundXO({
plusColor = '#fb3a5d',
backgroundColor = 'transparent',
plusSize = 45,
className,
fade = true,
src/showcase/effects/BackgroundXO.tsx:13
FunctionComponentPreview({
path,
className,
align = 'center',
preview,
usingFramer,
usingCn,
...props
}: ComponentPrevie
src/components/code/ComponentPreview.tsx:49
FunctionComponentPreviewUsingCn({
path,
className,
align = 'center',
preview,
usingFramer,
...props
}: Omit<ComponentPreviewProps
src/components/code/ComponentPreview.tsx:208
FunctionCopyButton({
value,
className,
src,
variant = 'ghost',
event,
...props
}: CopyButtonProps)
src/components/icons/CopyButton.tsx:22