How to use multiple UI libs at one next js project?
Is it possible to use chakra ui and antd in the same project? If yes how? to configure it
Will Refine support Chakra UI v3?
I was wondering if there are any plans for Refine to support Chakra UI v3 in the near future? Chakra UI v3 has some exciting new features, and it would be great to know if we can use it seamlessly with Refine.
Is there a way to edit the "Authenticated" Page / Login Page
I'm trying to edit the "Authenticated / Login" Page but can't find where
How to create Next Js and Chakra UI project?
I there isn't Chakra UI option when i try to create a project.
Modal form only responds to `onOkButtonClick`, but not `onFinish` in form [Antd design]
Here is the code snippet. This seems to be a really odd issue, as by nature I expect that the modal form should be able to respond to either prop mentioned in the title.
```
export const AddressModal = ({
form,
modalProps,...
useCustomMutation timeout
I have a function like this one
mutate({
url:
${apiUrl}/strapi-chat/chat
,
method: "post",...Access control logs in the audit log provider
Is it possibly to record access control logs witth the audit log provider.
I am trying to check coverage of various rights in the sytesm and thought this would be a good place to track....
How can display skeleton antd at show page while query is fetching?
How can display skeleton antd at show page while query is fetching?
usegetidentity is giving me undefined
const { data: user } = useGetIdentity({
v3LegacyAuthProviderCompatible: Boolean(authProvider?.isLegacy),
});
...
Use search on table
I have this component and a want to use the useTableSearch properties for get filtered result
How may I create many records with useForm and useCreateMany?
I'm trying to create many records with a form.
I will use onFinish for now, but is it the right approach?...
How to fecth user from basic auth
Iam using basic auth of refine dev i want to complete getIdentity function how do i fetch user
Enable Google Auth using Supabase, Refine, nextjs and material
The guides I am seeing say to make changes to src/App.tsx, but this does not exist in my Refine installation.
Documen Title Handler
How can I handle a "Page Not Found" scenario in my application so that when the user lands on a non-existent page, the browser tab title updates to display "Not Found"?