MCPcopy Create free account

hub / github.com/Ali-Hussein-dev/formcn / functions

Functions452 in github.com/Ali-Hussein-dev/formcn

FunctionMyFormsRouteComponent
()
src/routes/my-forms.$formTemplate.tsx:17
FunctionNavigationMenu
({ className, children, viewport = true, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.R
src/components/ui/navigation-menu.tsx:8
FunctionNavigationMenuContent
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>)
src/components/ui/navigation-menu.tsx:85
FunctionNavigationMenuIndicator
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>)
src/components/ui/navigation-menu.tsx:139
FunctionNavigationMenuItem
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Item>)
src/components/ui/navigation-menu.tsx:48
FunctionNavigationMenuLink
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>)
src/components/ui/navigation-menu.tsx:123
FunctionNavigationMenuList
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.List>)
src/components/ui/navigation-menu.tsx:32
FunctionNavigationMenuTrigger
({ className, children, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>)
src/components/ui/navigation-menu.tsx:65
FunctionNavigationMenuViewport
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>)
src/components/ui/navigation-menu.tsx:101
FunctionNewForm
()
src/form-builder/components/new-form.tsx:21
FunctionNextButton
( props: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & { asChild?: boolean },
src/components/multi-step-viewer.tsx:15
FunctionOptionLabel
({ label, Icon, }: { label: string Icon: React.ReactNode })
src/form-builder/components/edit/field-edit.tsx:57
FunctionOptionsList
({ options = [], onChange, }: { options: Option[] onChange: (options: Option[]) => void })
src/form-builder/components/edit/field-edit.tsx:163
FunctionPackagesManagerTabs
({ packages }: { packages: string })
src/components/shared/package-manager-tabs.tsx:13
FunctionPagination
({ className, ...props }: React.ComponentProps<'nav'>)
src/components/ui/pagination.tsx:11
FunctionPaginationContent
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/pagination.tsx:23
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/pagination.tsx:102
FunctionPaginationItem
({ ...props }: React.ComponentProps<'li'>)
src/components/ui/pagination.tsx:36
FunctionPaginationLink
({ className, isActive, size = 'icon', ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:45
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:85
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:68
FunctionPassword
(props: React.ComponentProps<typeof InputGroupInput>)
src/components/password.tsx:10
FunctionPatternBG
()
src/form-builder/components/form-builder.tsx:49
FunctionPlaceholder
({ children, className, }: { children: React.ReactNode className?: string })
src/form-builder/components/placeholder.tsx:4
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = 'center', sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimitive.C
src/components/ui/popover.tsx:20
FunctionPopoverDescription
({ className, ...props }: React.ComponentProps<'p'>)
src/components/ui/popover.tsx:68
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/popover.tsx:48
FunctionPopoverTitle
({ className, ...props }: React.ComponentProps<'h2'>)
src/components/ui/popover.tsx:58
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:14
FunctionPreviousButton
( props: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & { asChild?: boolean },
src/components/multi-step-viewer.tsx:28
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:6
FunctionProvider
({ children, value, }: { value: ContextValue children: React.ReactNode })
src/form-builder/lib/create-safe-context.tsx:16
FunctionProvider
({ children, queryClient, }: { children: React.ReactNode queryClient: QueryClient })
src/integrations/tanstack-query/root-provider.tsx:10
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
src/components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
src/components/ui/radio-group.tsx:22
FunctionRating
({ value: controlledValue, onValueChange: controlledOnValueChange, defaultValue = 0, onChange, readOnly =
src/components/ui/rating.tsx:136
FunctionRatingButton
({ index: providedIndex, size = 20, className, icon = <StarIcon />, }: RatingButtonProps)
src/components/ui/rating.tsx:47
FunctionRenderFormElement
({ formElement, form, }: { formElement: FormElement form: UseFormReturn<any, any, any> })
src/form-builder/components/edit/render-form-element.tsx:65
FunctionRenderFormWhileStreaming
({ list, form, }: { list: FormElement[] | undefined form: any })
src/form-builder/components/ai/ai-form-generator.tsx:28
FunctionResetButton
( props: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & { asChild?: boolean },
src/components/multi-step-viewer.tsx:58
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
src/components/ui/resizable.tsx:28
FunctionResizablePanel
({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>)
src/components/ui/resizable.tsx:22
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:6
FunctionRootDocument
({ children }: { children: React.ReactNode })
src/routes/__root.tsx:48
FunctionRouteComponent
()
src/routes/changelog.tsx:223
FunctionRouteComponent
()
src/routes/ai-form-generator.tsx:10
FunctionRouteComponent
()
src/routes/form-builder.tsx:12
FunctionRouteComponent
()
src/routes/my-forms.tsx:12
FunctionSavedFormCard
(props: { name: string; id: string })
src/form-builder/components/my-forms.tsx:47
FunctionScrimba
()
src/components/sponsor-banner.tsx:30
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = 'vertical', ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollA
src/components/ui/scroll-area.tsx:31
FunctionScrollFadeEffect
({ className, orientation = 'vertical', ...props }: React.ComponentProps<'div'> & { orientation?: 'horizon
src/components/scroll-fade-effect.tsx:5
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:7
FunctionSelectContent
({ className, children, position = 'item-aligned', align = 'center', ...props }: React.ComponentProps<typ
src/components/ui/select.tsx:58
FunctionSelectGroup
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:13
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:108
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:95
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:163
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:145
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:132
FunctionSelectTrigger
({ className, size = 'default', children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger>
src/components/ui/select.tsx:32
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:26
FunctionSeparator
({ className, orientation = 'horizontal', decorative = true, ...props }: React.ComponentProps<typeof Separ
src/components/ui/separator.tsx:8
FunctionShadcnStudio
()
src/form-builder/components/logos.tsx:20
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:10
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:20
FunctionSheetContent
({ className, children, side = 'right', showCloseButton = true, ...props }: React.ComponentProps<typeof S
src/components/ui/sheet.tsx:48
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:121
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sheet.tsx:98
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sheet.tsx:88
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:32
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:26
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:108
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:14
FunctionSidebarContent
({ groupedElements, }: { groupedElements: GroupedElements })
src/form-builder/components/form-elements-sidebar.tsx:55
FunctionSidebarWrapper
({ children, className }: SidebarWrapperProps)
src/form-builder/components/sidebar-wrapper.tsx:17
FunctionSingleStepWrapper
()
src/form-builder/components/edit/form-edit.tsx:178
FunctionSkeleton
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/skeleton.tsx:3
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeof SliderPri
src/components/ui/slider.tsx:8
FunctionSpinner
({ className, ...props }: React.ComponentProps<'svg'>)
src/components/ui/spinner.tsx:4
FunctionSponsorBanner
()
src/components/sponsor-banner.tsx:56
FunctionSponsorsSection
()
src/components/sponsors-section.tsx:35
FunctionStepFields
(props: React.ComponentProps<'div'> & MotionProps)
src/components/multi-step-viewer.tsx:104
FunctionStepItem
({ children, stepIndex, step, transitionProps, }: { children: React.ReactNode stepIndex: number step: F
src/form-builder/components/edit/step-item.tsx:11
FunctionStepper
({ defaultValue = 0, value, onValueChange, orientation = 'horizontal', className, ...props }: StepperPro
src/components/ui/stepper.tsx:54
FunctionStepperDescription
({ className, ...props }: React.HTMLAttributes<HTMLParagraphElement>)
src/components/ui/stepper.tsx:251
FunctionStepperIndicator
({ asChild = false, className, children, ...props }: StepperIndicatorProps)
src/components/ui/stepper.tsx:191
FunctionStepperItem
({ step, completed = false, disabled = false, loading = false, className, children, ...props }: Stepper
src/components/ui/stepper.tsx:105
FunctionStepperSeparator
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/stepper.tsx:265
FunctionStepperTitle
({ className, ...props }: React.HTMLAttributes<HTMLHeadingElement>)
src/components/ui/stepper.tsx:237
FunctionStepperTrigger
({ asChild = false, className, children, ...props }: StepperTriggerProps)
src/components/ui/stepper.tsx:151
FunctionStepsWrapper
()
src/form-builder/components/edit/form-edit.tsx:125
FunctionSubmitButton
( props: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & { asChild?: boolean },
src/components/multi-step-viewer.tsx:47
FunctionSwitch
({ className, size = 'default', ...props }: React.ComponentProps<typeof SwitchPrimitive.Root> & { size?: '
src/components/ui/switch.tsx:6
FunctionTable
({ className, ...props }: React.ComponentProps<'table'>)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<'tbody'>)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<'caption'>)
src/components/ui/table.tsx:94
← previousnext →301–400 of 452, ranked by callers