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 emmet to the plugins array.
emmet
{ "plugins": [ "general", "css", "emmet", "reactJS", "chakraUI" ] }
code
Emmet code
-
string
componentContentTag
Placeholder for component on emmet code
{{componentContent}}
area
Position of the component on the emmet code
inside
classNames
CSS classname list from emmet code
string[]
ids
CSS ID list from emmet code
htmlContent
HTML result of emmet
Last updated 2 years ago