Introduction π§
a brief explanation of the Mantine framework and how refine integrates with it.
Layouts and Menusβ
a small explanation about how refine implemented a layout and sidebar with mantine
Tablesβ
how to work with tables in mantine and using @refinedev/react-table
as the table helper library. and why we use it like that.
Formsβ
how to work with forms when using the @refinedev/mantine
. Advantages of @refinedev/mantine
's useForm
implementation.
Notificationsβ
how to work with notifications when using the @refinedev/mantine
but mainly this will have a link to the notifications guide.
Predefined Components and Viewsβ
Layoutsβ
about layout implementations
Buttonsβ
about button implementations
Fieldsβ
about fields implementations
Viewsβ
about basic views implementations
Extra Componentsβ
A UI library specific components if we have any
Themingβ
how to apply custom themes, a brief introduction but this will have a separate document in Mantine > Theming