FunctionNavbarDropdown({
targetId,
toggler,
contentList,
viewAllUrl,
onClick,
}: {
targetId: string
toggler: ReactNode
components/navbar/NavbarDropdown.tsx:8
FunctionPagination({
contentLength,
pageSize,
pageSizes,
startViewIndex,
setPageSize,
setStartViewIndex,
})
components/data/Pagination.tsx:14
FunctionRow({
type,
content,
imageUrl = '',
bodyContent = null,
move = null,
add = null,
remove = null,
})
components/rows/Row.tsx:39
FunctionSelect({
id,
value,
options,
hover = 'Select a value',
onChange,
className = '',
})
components/data/Select.tsx:15
FunctionUserBoard({
contentOf,
users,
allUsers,
updateURL = '',
updateKey = '',
deleteURL = '/api/delete/user',
f
components/boards/UserBoard.tsx:22