optimistic-gold
optimistic-gold16mo ago

Customized Layout

hi. I'm trying to create a react template with strapi v4 and ant design, while creating the project, it doesn't bring the question "Do you want a customized layout?", why?
2 Replies
kapa.ai
kapa.ai16mo ago
Hi @world.prog21. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hi! Based on the information extracts provided, it seems that the "Do you want a customized layout?" question should appear during the project creation process using superplate. Here's an example of the CLI wizard from the email-subscription-panel tutorial (https://refine.dev/blog/e-mail-subscription-panel-with-refine/):
? Select your project type:
> refine-react

? What will be the name of your app:
> email-subscription-panel

? Package manager:
> Npm

? Do you want to use a UI Framework?:
❯ Ant Design

? Do you want a customized theme?:
> Default theme

? Router Provider:
❯ React Router v6

? Data Provider:
> Strapi

? Do you want a customized layout?:
> Yes

? i18n - Internationalization:
> No
? Select your project type:
> refine-react

? What will be the name of your app:
> email-subscription-panel

? Package manager:
> Npm

? Do you want to use a UI Framework?:
❯ Ant Design

? Do you want a customized theme?:
> Default theme

? Router Provider:
❯ React Router v6

? Data Provider:
> Strapi

? Do you want a customized layout?:
> Yes

? i18n - Internationalization:
> No
If you're not seeing this question, it's possible that there might be an issue with the superplate CLI or the version you're using. Make sure you're using the latest version of the CLI by running:
npm create refine-app@latest your-project-name -- -b v3
npm create refine-app@latest your-project-name -- -b v3
If the issue persists, you can still customize the layout after creating the project by following the Custom Layout documentation (https://refine.dev/docs/advanced-tutorials/custom-layout/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai16mo ago
<@1089979326956572795> kapa.ai is still learning and improving, please let us how it did by reacting below