Customize Templates
Use your own templates for components, actions.
Last updated
Was this helpful?
Use your own templates for components, actions.
Last updated
Was this helpful?
You can customize templates used by Rekit React plugin.
Create a folder named rekit-templates
in your project
Create a folder named rekit-react
under rekit-templates
Create templates files under rekit-templates/rekit-react
with the same structure with
To use a custom folder for templates, you can define templateDir
in rekit.json
of your project.
The templateDir
could be a relative path to the project root or absolute path.