How can one support a new UI framework

I would like to support blueprintjs in refine, is there a guide for this ?
2 Replies
kapa.ai
kapa.ai7mo ago
Hi @i.stoica. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Refine is designed to be flexible and can be used with any UI library or even without one. If you want to create a custom UI integration for a new UI framework like BlueprintJS, you can do so. The source code of the existing UI integrations can serve as a good starting point for you. You can check out the source code of the UI integrations from the GitHub repository (https://github.com/refinedev/refine) of Refine. However, there isn't a specific guide for integrating BlueprintJS or any other new UI framework in the provided extracts. You might need to understand the structure and implementation of the existing integrations to create a new one. Remember, Refine is a headless framework by default, which means that you can build your app without any UI frameworks. But if you want to use one, Refine offers built-in support for the most popular UI frameworks such as Material UI, Ant Design, Mantine, and Chakra UI. For more detailed information, you might want to check the API references (https://refine.dev/docs/guides-concepts/general-concepts/) of the UI frameworks supported by Refine. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai7mo ago
<@180601470268211200> kapa.ai is still learning and improving, please let us know how it did by reacting below