Hi,
I'm sure I'm not understanding something because I assume it does something more, but so far I'm not understanding how to use composer to do anything new or special.
It was my understanding that it'd provide jinja templates and maybe help me compose parts of code. So far I've followed the directions, and the only thing I've noticed it doing is it saves the pre-made html demos into new folders. I don't see how this is different than downloading the demos as I've always done when purchasing the templates.
I've tried changing the config yaml files found in ...composer.../themes/metronic-tailwind-html/config/ but when I run the two shell scripts run.sh and generate.sh I don't notice the changes I've applied.
Is there any help you can give? Otherwise I'll probably just want a refund for composer.
Thanks
Hi
Thanks for reaching out! You're right that you can use the pre-built HTML demos directly for your development without Composer. However, Composer offers additional flexibility if you want to customize or regenerate the HTML demo with different layout configurations.
Composer splits the components into smaller partial files, making managing, customising, and reusing components easier.
By adjusting the YAML config files, you can regenerate your HTML structure with specific layouts, themes, or component settings.
Thank you