MCPcopy Create free account

hub / github.com/TailAdmin/free-nextjs-admin-dashboard / functions

Functions165 in github.com/TailAdmin/free-nextjs-admin-dashboard

↓ 12 callersFunctionuseModal
(initialState: boolean = false)
src/hooks/useModal.ts:4
↓ 4 callersFunctionuseSidebar
()
src/context/SidebarContext.tsx:19
↓ 3 callersFunctiongetButtonClass
(option: "optionOne" | "optionTwo" | "optionThree")
src/components/common/ChartTab.tsx:8
↓ 2 callersFunctionrenderMenuItems
( navItems: NavItem[], menuType: "main" | "others" )
src/layout/AppSidebar.tsx:101
↓ 2 callersFunctionresetModalFields
()
src/components/calendar/Calendar.tsx:115
↓ 2 callersFunctionuseTheme
()
src/context/ThemeContext.tsx:52
↓ 1 callersFunctiongetColorClass
(name: string)
src/components/ui/avatar/AvatarText.tsx:18
↓ 1 callersFunctionhandleResize
()
src/context/SidebarContext.tsx:38
↓ 1 callersFunctionhandleSelect
(optionValue: string)
src/components/form/MultiSelect.tsx:33
↓ 1 callersFunctionhandleSubmenuToggle
(index: number, menuType: "main" | "others")
src/layout/AppSidebar.tsx:278
↓ 1 callersFunctionremoveOption
(index: number, value: string)
src/components/form/MultiSelect.tsx:42
↓ 1 callersFunctiontoggleDropdown
()
src/components/header/NotificationDropdown.tsx:12
↓ 1 callersFunctiontoggleMobileSidebar
()
src/context/SidebarContext.tsx:58
↓ 1 callersFunctiontoggleSidebar
()
src/context/SidebarContext.tsx:54
↓ 1 callersFunctionvalidateEmail
(value: string)
src/components/form/form-elements/InputStates.tsx:12
FunctionAdminLayout
({ children, }: { children: React.ReactNode; })
src/app/(admin)/layout.tsx:9
FunctionAlert
({ variant, title, message, showLink = false, linkHref = "#", linkText = "Learn more", })
src/components/ui/alert/Alert.tsx:13
FunctionAlerts
()
src/app/(admin)/(ui-elements)/alerts/page.tsx:14
FunctionAppHeader
()
src/layout/AppHeader.tsx:10
FunctionAppSidebar
()
src/layout/AppSidebar.tsx:97
FunctionAuthLayout
({ children, }: { children: React.ReactNode; })
src/app/(full-width-pages)/(auth)/layout.tsx:9
FunctionAvatar
({ src, alt = "User Avatar", size = "medium", status = "none", })
src/components/ui/avatar/Avatar.tsx:35
FunctionAvatarPage
()
src/app/(admin)/(ui-elements)/avatars/page.tsx:13
FunctionAvatarText
({ name, className = "" })
src/components/ui/avatar/AvatarText.tsx:8
FunctionBackdrop
()
src/layout/Backdrop.tsx:4
FunctionBadge
({ variant = "light", color = "primary", size = "md", startIcon, endIcon, children, })
src/components/ui/badge/Badge.tsx:23
FunctionBadgePage
()
src/app/(admin)/(ui-elements)/badge/page.tsx:14
FunctionBarChartOne
()
src/components/charts/bar/BarChartOne.tsx:12
FunctionBasicTableOne
()
src/components/tables/BasicTableOne.tsx:114
FunctionBasicTables
()
src/app/(admin)/(others-pages)/(tables)/basic-tables/page.tsx:14
FunctionBlankPage
()
src/app/(admin)/(others-pages)/blank/page.tsx:10
FunctionButton
({ children, size = "md", variant = "primary", startIcon, endIcon, onClick, className = "", di
src/components/ui/button/Button.tsx:14
FunctionButtons
()
src/app/(admin)/(ui-elements)/buttons/page.tsx:14
FunctionCalendar
()
src/components/calendar/Calendar.tsx:22
FunctionChartTab
()
src/components/common/ChartTab.tsx:3
FunctionCheckbox
({ label, checked, id, onChange, className = "", disabled = false, })
src/components/form/input/Checkbox.tsx:12
FunctionCheckboxComponents
()
src/components/form/form-elements/CheckboxComponents.tsx:6
FunctionComponentCard
({ title, children, className = "", desc = "", })
src/components/common/ComponentCard.tsx:10
FunctionCountryMap
({ mapColor })
src/components/ecommerce/CountryMap.tsx:35
FunctionDatePicker
({ id, mode, onChange, label, defaultDate, placeholder, }: PropsType)
src/components/form/date-picker.tsx:18
FunctionDefaultInputs
()
src/components/form/form-elements/DefaultInputs.tsx:10
FunctionDefaultModal
()
src/components/example/ModalExample/DefaultModal.tsx:9
FunctionDemographicCard
()
src/components/ecommerce/DemographicCard.tsx:10
FunctionDropdown
({ isOpen, onClose, children, className = "", })
src/components/ui/dropdown/Dropdown.tsx:12
FunctionDropdownItem
({ tag = "button", href, onClick, onItemClick, baseClassName = "block w-full text-left px-4 py-2 tex
src/components/ui/dropdown/DropdownItem.tsx:14
FunctionDropzoneComponent
()
src/components/form/form-elements/DropZone.tsx:6
FunctionEcommerce
()
src/app/(admin)/page.tsx:16
FunctionEcommerceMetrics
()
src/components/ecommerce/EcommerceMetrics.tsx:6
FunctionError404
()
src/app/(full-width-pages)/(error-pages)/error-404/page.tsx:13
FunctionFileInput
({ className, onChange })
src/components/form/input/FileInput.tsx:8
FunctionFileInputExample
()
src/components/form/form-elements/FileInputExample.tsx:7
FunctionForm
({ onSubmit, children, className })
src/components/form/Form.tsx:9
FunctionFormElements
()
src/app/(admin)/(others-pages)/(forms)/form-elements/page.tsx:21
FunctionFormInModal
()
src/components/example/ModalExample/FormInModal.tsx:10
FunctionFourIsToThree
()
src/components/videos/FourIsToThree.tsx:3
FunctionFullScreenModal
()
src/components/example/ModalExample/FullScreenModal.tsx:8
FunctionFullWidthPageLayout
({ children, }: { children: React.ReactNode; })
src/app/(full-width-pages)/layout.tsx:1
FunctionGridShape
()
src/components/common/GridShape.tsx:4
FunctionImages
()
src/app/(admin)/(ui-elements)/images/page.tsx:16
FunctionInput
({ type = "text", id, name, placeholder, defaultValue, onChange, className = "", min, max,
src/components/form/input/InputField.tsx:20
FunctionInputGroup
()
src/components/form/form-elements/InputGroup.tsx:9
FunctionInputStates
()
src/components/form/form-elements/InputStates.tsx:7
FunctionLabel
({ htmlFor, children, className })
src/components/form/Label.tsx:10
FunctionLineChart
()
src/app/(admin)/(others-pages)/(chart)/line-chart/page.tsx:12
FunctionLineChartOne
()
src/components/charts/line/LineChartOne.tsx:12
FunctionModal
({ isOpen, onClose, children, className, showCloseButton = true, // Default to true for backwards co
src/components/ui/modal/index.tsx:13
FunctionModalBasedAlerts
()
src/components/example/ModalExample/ModalBasedAlerts.tsx:8
FunctionModals
()
src/app/(admin)/(ui-elements)/modals/page.tsx:17
FunctionMonthlySalesChart
()
src/components/ecommerce/MonthlySalesChart.tsx:14
FunctionMonthlyTarget
()
src/components/ecommerce/MonthlyTarget.tsx:15
FunctionMultiSelect
({ label, options, defaultSelected = [], onChange, disabled = false, })
src/components/form/MultiSelect.tsx:17
FunctionNotFound
()
src/app/not-found.tsx:6
FunctionNotificationDropdown
()
src/components/header/NotificationDropdown.tsx:8
FunctionOneIsToOne
()
src/components/videos/OneIsToOne.tsx:3
FunctionPageBreadcrumb
({ pageTitle })
src/components/common/PageBreadCrumb.tsx:8
FunctionPagination
({ currentPage, totalPages, onPageChange, })
src/components/tables/Pagination.tsx:7
FunctionPhoneInput
({ countries, placeholder = "+1 (555) 000-0000", onChange, selectPosition = "start", // Default positi
src/components/form/group-input/PhoneInput.tsx:16
FunctionProfile
()
src/app/(admin)/(others-pages)/profile/page.tsx:13
FunctionRadio
({ id, name, value, checked, label, onChange, className = "", disabled = false, })
src/components/form/input/Radio.tsx:14
FunctionRadioButtons
()
src/components/form/form-elements/RadioButtons.tsx:6
FunctionRadioSm
({ id, name, value, checked, label, onChange, className = "", })
src/components/form/input/RadioSm.tsx:13
FunctionRecentOrders
()
src/components/ecommerce/RecentOrders.tsx:72
FunctionResponsiveImage
()
src/components/ui/images/ResponsiveImage.tsx:4
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:11
FunctionSelect
({ options, placeholder = "Select an option", onChange, className = "", defaultValue = "", })
src/components/form/Select.tsx:16
FunctionSelectInputs
()
src/components/form/form-elements/SelectInputs.tsx:9
FunctionSidebarProvider
({ children, })
src/context/SidebarContext.tsx:27
FunctionSidebarWidget
()
src/layout/SidebarWidget.tsx:3
FunctionSignIn
()
src/app/(full-width-pages)/(auth)/signin/page.tsx:9
FunctionSignInForm
()
src/components/auth/SignInForm.tsx:10
FunctionSignUp
()
src/app/(full-width-pages)/(auth)/signup/page.tsx:10
FunctionSignUpForm
()
src/components/auth/SignUpForm.tsx:9
FunctionSixteenIsToNine
()
src/components/videos/SixteenIsToNine.tsx:3
FunctionStatisticsChart
()
src/components/ecommerce/StatisticsChart.tsx:11
FunctionSwitch
({ label, defaultChecked = false, disabled = false, onChange, color = "blue", // Default to blue col
src/components/form/switch/Switch.tsx:12
FunctionTable
({ children, className })
src/components/ui/table/index.tsx:35
FunctionTableBody
({ children, className })
src/components/ui/table/index.tsx:45
FunctionTableCell
({ children, isHeader = false, className, })
src/components/ui/table/index.tsx:55
FunctionTableHeader
({ children, className })
src/components/ui/table/index.tsx:40
FunctionTableRow
({ children, className })
src/components/ui/table/index.tsx:50
next →1–100 of 165, ranked by callers