Please create a new json file called .hayde.json in your project root. This file will be used to configure the Hayde.
.hayde.json
And then add general to the plugins array. This plugin is required for the Hayde to work properly.
general
{ "plugins": [ "general", "css", "reactJS", "materialUI", "chakraUI" ] }
srcFolderLocation
-
./src/components
string
componentName
templatesPath
/templates
importOnBuilderRegistryTemplateName
importOnBuilderRegistry
registerOnBuilderRegistryTemplateName
registerOnBuilderRegistry
Last updated 2 years ago