fair-rose
fair-rose3w ago

npm create no chakra?

Hey I want to ask if there a chakra ui template from the npm create? thanks!
2 Replies
kapa.ai
kapa.ai3w ago
Hi @eric. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Yes, there are several Chakra UI templates available when using the npm create refine-app command. Here are some examples you can use to create a Refine application with Chakra UI: 1. Inferencer with Chakra UI:
npm create refine-app@latest -- --example inferencer-chakra-ui

npm create refine-app@latest -- --example inferencer-chakra-ui

View Source Code (https://github.com/refinedev/refine/tree/master/examples/inferencer-chakra-ui) 2. React Admin Panel Tutorial with Chakra UI and Strapi:
npm create refine-app@latest -- --example blog-ra-chakra-tutorial

npm create refine-app@latest -- --example blog-ra-chakra-tutorial

View Source Code (https://github.com/refinedev/refine/tree/master/examples/blog-ra-chakra-tutorial) 3. Base Chakra UI Example:
npm create refine-app@latest -- --example base-chakra-ui

npm create refine-app@latest -- --example base-chakra-ui

View Source Code (https://github.com/refinedev/refine/blob/master/examples/base-chakra-ui/README.md) 4. Auth with Chakra UI Example:
npm create refine-app@latest -- --example auth-chakra-ui

npm create refine-app@latest -- --example auth-chakra-ui

View Source Code (https://github.com/refinedev/refine/blob/master/examples/auth-chakra-ui/README.md) These commands will set up a Refine application with Chakra UI components and configurations. You can choose the one that best fits your project requirements. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai3w ago
<@279035355922038785> kapa.ai is still learning and improving, please let us know how it did by reacting below