FunctionPasswordInputField({
label,
name,
register,
error,
placeholder,
icon: Icon,
autoComplete,
maxLength,
isVisible
components/auth/AuthFormFields.jsx:41
FunctionSidebarNavItem({
href,
label,
icon: Icon,
isActive,
collapsed,
onNavigate,
})
components/navigation/SidebarNavItem.jsx:7
FunctionSplitText({
text,
className,
delay = 0.05, // delay per letter
duration = 0.6,
splitType = "chars", // could
components/ui-block/SplitText.js:5
FunctionStudentAchievementCard({
studentName,
studentId,
badges = [],
attendanceCount = 0,
expanded = false,
})
components/StudentAchievementCard.js:16
FunctionTaskSection({
tasks,
taskInput,
taskPriority,
setTaskInput,
setTaskPriority,
addTask,
toggleTask,
moveTas
components/productivity/TaskSection.jsx:11
FunctionTextInputField({
label,
name,
register,
error,
placeholder,
icon: Icon,
type = "text",
autoComplete,
maxLe
components/auth/AuthFormFields.jsx:10
FunctionTimerSection({
mode,
timeLeft,
sessionSeconds,
focusSessions,
focusMinutes,
isRunning,
recentCompleted,
MO
components/productivity/TimerSection.jsx:4
FunctionUserMenu({
isOpen,
onToggle,
onClose,
onCloseOthers,
dropdownRef,
userMenuItems,
getUserDisplayName,
g
components/navigation/UserMenu.jsx:10