Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CezarProX/designclaw
/ functions
Functions
298 in github.com/CezarProX/designclaw
⨍
Functions
298
◇
Types & classes
98
Function
InputPage
()
src/pages/InputPage.tsx:86
Function
InputPreview
({ input, pageBg, primaryFont, }: { readonly input: ExtractedDesignData['components']['inputs'][0];
src/components/ComponentPreview.tsx:169
Function
Li
(props: ComponentPropsWithoutRef<'li'>)
src/components/MarkdownPreview.tsx:83
Function
LoginPage
()
src/pages/LoginPage.tsx:7
Function
MarkdownEditor
({ value, onChange, readOnly = false, autoScroll = false }: MarkdownEditorProps)
src/components/MarkdownEditor.tsx:12
Function
MarkdownPreview
({ content, streaming = false }: MarkdownPreviewProps)
src/components/MarkdownPreview.tsx:139
Function
MenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:185
Function
Metric
({ label, value }: { label: string; value: string | number })
src/pages/admin/AdminDashboard.tsx:180
Function
NotFound
()
src/pages/NotFound.tsx:3
Function
Ol
(props: ComponentPropsWithoutRef<'ol'>)
src/components/MarkdownPreview.tsx:79
Function
OutputTabs
({ skillMd, domain, extractionId }: OutputTabsProps)
src/components/OutputTabs.tsx:35
Function
P
(props: ComponentPropsWithoutRef<'p'>)
src/components/MarkdownPreview.tsx:91
Function
Pagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:7
Function
PaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:65
Function
PaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:34
Function
PaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:57
Function
PaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:49
Function
PatternBadges
({ patterns }: PatternBadgesProps)
src/components/PatternBadges.tsx:18
Function
Pre
(props: ComponentPropsWithoutRef<'pre'>)
src/components/MarkdownPreview.tsx:41
Function
PreviewCard
({ label, children, bg, textColor, }: { readonly label: string; readonly children: React.ReactNode
src/components/ComponentPreview.tsx:14
Function
PrivacyPage
()
src/pages/PrivacyPage.tsx:4
Function
ProgressSteps
({ steps, currentStep }: ProgressStepsProps)
src/components/ProgressSteps.tsx:132
Function
RecentExtractions
()
src/components/RecentExtractions.tsx:7
Function
RegenerateSection
({ skillMd, extractionId, disabled }: RegenerateSectionProps)
src/components/RegenerateSection.tsx:43
Function
ResetPasswordPage
()
src/pages/ResetPasswordPage.tsx:13
Function
ResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:15
Function
ResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:6
Function
ScreenshotPreview
({ screenshots }: ScreenshotPreviewProps)
src/components/ScreenshotPreview.tsx:20
Function
SettingsPage
()
src/pages/SettingsPage.tsx:9
Function
SheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:75
Function
SheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:70
Function
SignupPage
()
src/pages/SignupPage.tsx:14
Function
SimpleColorGroup
({ label, colors, }: { readonly label: string; readonly colors: readonly string[]; })
src/components/ColorPalette.tsx:96
Function
SimpleSwatch
({ color }: { readonly color: string })
src/components/ColorPalette.tsx:75
Function
Skeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
Function
SpacingShape
({ data }: SpacingShapeProps)
src/components/SpacingShape.tsx:61
Function
SpecPill
({ label, value, }: { readonly label: string; readonly value: string; })
src/components/ComponentPreview.tsx:199
Function
StatCard
({ icon, label, value }: { icon: React.ReactNode; label: string; value: string | number })
src/pages/AdminPage.tsx:276
Function
StatusBadge
({ status }: { status: string })
src/pages/AdminPage.tsx:288
Function
StatusDot
({ status }: { status: string })
src/pages/AdminPage.tsx:304
Function
StatusDot
({ status }: { status: string })
src/pages/admin/AdminDashboard.tsx:189
Function
StatusDot
({ status }: { status: string })
src/pages/admin/AdminExtractions.tsx:190
Function
StatusLabel
({ status }: { status: string })
src/pages/admin/AdminExtractions.tsx:201
Function
StepIcon
({ status }: { readonly status: StepState['status'] })
src/components/ProgressSteps.tsx:20
Function
TabBar
({ activeTab, onTabClick, narrativeLoading, }: { readonly activeTab: TabId; readonly onTabClick: (ta
src/components/OutputTabs.tsx:250
Function
Table
(props: ComponentPropsWithoutRef<'table'>)
src/components/MarkdownPreview.tsx:12
Function
Td
(props: ComponentPropsWithoutRef<'td'>)
src/components/MarkdownPreview.tsx:33
Function
TermsPage
()
src/pages/TermsPage.tsx:4
Function
Th
(props: ComponentPropsWithoutRef<'th'>)
src/components/MarkdownPreview.tsx:24
Function
Thead
(props: ComponentPropsWithoutRef<'thead'>)
src/components/MarkdownPreview.tsx:20
Function
Toaster
()
src/components/ui/toaster.tsx:4
Function
Toaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
Function
Tr
(props: ComponentPropsWithoutRef<'tr'>)
src/components/MarkdownPreview.tsx:37
Function
TypeScale
({ data }: TypeScaleProps)
src/components/TypeScale.tsx:117
Function
TypingMessage
()
src/components/TypingMessage.tsx:17
Function
Ul
(props: ComponentPropsWithoutRef<'ul'>)
src/components/MarkdownPreview.tsx:75
Function
UrlInput
({ onSubmit, loading = false }: UrlInputProps)
src/components/UrlInput.tsx:12
Function
adminMiddleware
(c: Context, next: Next)
server/middleware/auth.ts:112
Function
authMiddleware
(c: Context, next: Next)
server/middleware/auth.ts:59
Function
buildSkeleton
(el: Element, depth: number, maxDepth: number)
server/services/htmlExtractor.ts:50
Method
constructor
()
server/services/skillGenerator.ts:157
Function
done
()
server/services/crawler.ts:343
Function
getClasses
(el: Element, max: number)
server/services/htmlExtractor.ts:43
Function
handleBack
()
src/pages/HistoryDetailPage.tsx:54
Function
handleBack
()
src/pages/ExtractPage.tsx:77
Function
handleClose
()
src/components/AvatarCropModal.tsx:57
Function
handleCopy
()
src/components/OutputTabs.tsx:47
Function
handleCroppedUpload
(blob: Blob)
src/pages/SettingsPage.tsx:46
Function
handleDownload
()
src/components/OutputTabs.tsx:53
Function
handleExitComplete
()
src/components/AvatarCropModal.tsx:62
Function
handleFileSelect
(e: React.ChangeEvent<HTMLInputElement>)
src/pages/SettingsPage.tsx:23
Function
handleKeyDown
(e: KeyboardEvent)
src/components/UrlInput.tsx:35
Function
handleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:80
Function
handleKeyDown
(e: React.KeyboardEvent)
src/pages/HistoryPage.tsx:30
Function
handleKeyDown
(e: KeyboardEvent)
src/pages/InputPage.tsx:122
Function
handleMount
(editor)
src/components/MarkdownEditor.tsx:15
Function
handleReExtract
()
src/pages/HistoryDetailPage.tsx:56
Function
handleReextract
()
src/pages/ExtractPage.tsx:239
Function
handleRegenerate
()
src/components/RegenerateSection.tsx:51
Function
handleSave
()
src/components/AvatarCropModal.tsx:50
Function
handleSave
()
src/pages/SettingsPage.tsx:89
Function
handleSubmit
(e: FormEvent)
src/pages/LoginPage.tsx:22
Function
handleSubmit
(e: FormEvent)
src/pages/ForgotPasswordPage.tsx:14
Function
handleSubmit
(e: FormEvent)
src/pages/SignupPage.tsx:43
Function
handleSubmit
(e: FormEvent)
src/pages/ResetPasswordPage.tsx:30
Function
handleTabClick
(tab: TabId)
src/components/OutputTabs.tsx:142
Function
hasNonZeroTransition
(duration: string)
server/services/computedExtractor.ts:20
Function
isGrayscale
(color: string)
server/services/patternDetector.ts:109
Function
notTransparent
(c: string)
server/services/computedExtractor.ts:13
Function
onEvent
(event: Record<string, unknown>)
server/routes/extract.ts:161
Function
securityHeaders
(c: Context, next: Next)
server/middleware/security.ts:8
Function
selector
(el: Element, maxClasses = 3)
server/services/computedExtractor.ts:14
Function
shutdown
()
server/index.ts:52
Function
toast
({ ...props }: Toast)
src/hooks/use-toast.ts:137
Function
unique
(arr: string[])
server/services/computedExtractor.ts:12
Function
update
(props: ToasterToast)
src/hooks/use-toast.ts:140
Function
useReveal
(threshold = 0.15)
src/hooks/use-reveal.ts:7
Function
walkSections
( parent: Element, depth: number, out: Array<{ tag: string; classes: string; heading:
server/services/htmlExtractor.ts:92
← previous
201–298 of 298, ranked by callers