Introduction π§
a brief explanation of the Material UI framework and how refine integrates with it.
Layouts and Menusβ
a small explanation about how refine implemented a layout and sidebar with material ui
Tablesβ
how to work with tables when using the @refinedev/mui
. Advantages of using useDataGrid
over useTable
of the core.
Formsβ
how to work with forms in material ui and using @refinedev/react-hook-form
as the form helper library. and why we use it like that.
Notificationsβ
how to work with notifications when using the @refinedev/mui
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 Material UI > Theming