refine Devtools
<Refine>
Interface References
useShow
useTable
useSelect
useForm
useCan
AUTH
useIsAuthenticated
useOnError
useGetIdentity
useLogin
useLogout
usePermissions
useRegister
useForgotPassword
useUpdatePassword
DATA
useOne
useMany
useList
useInfiniteList
useCreate
useCreateMany
useUpdate
useUpdateMany
useDelete
useDeleteMany
useCustom
useCustomMutation
useInvalidate
useApiUrl
useDataProvider
AUDIT LOG
useLog
useLogList
REALTIME
usePublish
useSubscription
NAVIGATION
useResource
useGo
useBack
useParsed
useLink
useGetToPath
useNavigation
TRANSLATE
useGetLocale
useSetLocale
useTranslate
UTILITIES
useModal
useMenu
useBreadcrumb
useNotification
useImport
useExport
Version: 4.xx.xx
Custom Sider
Creating your own Sider Menu
with refine is quite simple. We have customize the default refine Sider Menu in this example. You can customize the sider menu of your refine project based examine this sample.
Run on your local
npm create refine-app@latest -- --example customization-sider