Introduction π§
a brief explanation of the Chakra UI framework and how refine integrates with it.
Layouts and Menusβ
a small explanation about how refine implemented a layout and sidebar with chakra ui
Tablesβ
how to work with tables in chakra ui and using @refinedev/react-table
as the table helper library. and why we use it like that.
Formsβ
how to work with forms in chakra 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/chakra-ui
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 Chakra UI > Theming