earlymorning logo
Mantine
Overview
CustomizationIndividual customizationCSS Module patternsGlobal customizationInner workingsMantine's Style propsResponsive inline propsLight mode, dark mode
LayoutFlexGroupStackSimpleGridContainerCenterDividerSpacePaperAccordion
Advanced LayoutAppshellTabsTableTable from data prop
InputsTextInputNumberInputFileInputNative SelectSegmentedControl
ButtonsButtonButton.GroupActionIconPagination
OverlaysModalMenu
TitleTextBox
ChartsBar Chart
ProgressRingProgressAvatarNotificationsuseForm
HooksuseLocalStorageuseDisclosureuseMantineColorTheme
DefaultsDefault themeGray PaletteDark PaletteGlobal Style: ColorsGlobal style: Others
earlymorning.dev / Mantine / Box

Box

A neutral wrapper, similar in essence to div or span, which may affect its children through Mantine style props:

<Box fz={12}>/* */</Box>
Join
Discord
earlymorning logo

© 2025 - All rights reserved

Overview
Individual customization
CSS Module patterns
Global customization
Inner workings
Mantine's Style props
Responsive inline props
Light mode, dark mode
Flex
Group
Stack
SimpleGrid
Container
Center
Divider
Space
Paper
Accordion
Appshell
Tabs
Table
Table from data prop
TextInput
NumberInput
FileInput
Native Select
SegmentedControl
Button
Button.Group
ActionIcon
Pagination
Modal
Menu
Title
Text
Box
Bar Chart
Progress
RingProgress
Avatar
Notifications
useForm
useLocalStorage
useDisclosure
useMantineColorTheme
Default theme
Gray Palette
Dark Palette
Global Style: Colors
Global style: Others
earlymorning.dev / Mantine / Box

Box

A neutral wrapper, similar in essence to div or span, which may affect its children through Mantine style props:

<Box fz={12}>/* */</Box>