Home / Type/ ComponentPreviewProps Type — supabase Architecture

ComponentPreviewProps Type — supabase Architecture

Architecture documentation for the ComponentPreviewProps type/interface in component-preview.tsx from the supabase codebase.

Entity Profile

Source Code

apps/design-system/components/component-preview.tsx lines 17–27

interface ComponentPreviewProps extends React.HTMLAttributes<HTMLDivElement> {
  name: string
  extractClassname?: boolean
  extractedClassNames?: string
  align?: 'center' | 'start' | 'end'
  peekCode?: boolean
  showGrid?: boolean
  showDottedGrid?: boolean
  wide?: boolean
  hideCode?: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free