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 reactJS to the plugins array.
reactJS
{ "plugins": [ "general", "css", "reactJS", "materialUI", "chakraUI" ] }
createProps
-
true
boolean
createInterface
styleLibrary
chakraUI
propList
[]
string[]
interfaceTemplateName
interface
string
interfaceFileSuffix
.interface
componentTemplateName
component
componentContentTemplateName
componentContent
importsTemplateName
imports
exportsTemplateName
exports
propsTemplateName
props
templateFolder
Last updated 2 years ago