west Back
home Home
light_mode
MumpUI / Component / Dashboard
copy
code  Show code
Data management examples
copy
code  Show code
copy
code  Show code
Customizations
copy
code  Show code
MumpUI dashboard has default max-width of 1366px which can be customized.
Loader & placeholder
copy
code  Show code
copy
code  Show code
Sidebar component props
NameTypeUsage
sidebarImgbooleanSidebar image
sidebarItemsarraySidebar items list, check example above
onSidebarClickfunctionSidebar item click callback
sidebarAccessarrayArray of strings of sidebar keys to be visible
sidebarClassNamestring
sidebarStyleobject
Header component props
NameTypeUsage
headerjsxHeader element
titlestring
iconjsx
infostringExtra info after title
onAddfunctionTo show add button in header
headerSuffixjsx
headerClassNamestring
headerStyleobject
Body component props
NameTypeUsage
loadingboolean
emptyboolean
searchstringSearch field value
onSearchfunctionTo show search field
filterjsxFilter element
bodyClassNamestring
bodyStyleobject
Footer component props
NameTypeUsage
footerjsxFooter element
onDeletefunctionTo show delete button
onCreatefunctionTo show create button
onUpdatefunctionTo show update button
onCancelfunctionTo show cancel button
footerClassNamestring
footerStyleobject
Pagination component props
NameTypeUsage
paginationPageSizenumber
paginationTotalItemsnumber
paginationOffsetnumber
paginationOnChangefunction
Usage similar to Pagination component.