prazzon / Flexbox-Labs

A web app for creating flexible layouts with the power of CSS Flexbox.
https://flexboxlabs.netlify.app/
MIT License
512 stars 64 forks source link

[FEAT] Export As HTML Document #8

Open Nathan-Somto opened 1 week ago

Nathan-Somto commented 1 week ago

The project is really cool! I think it would be great to add an option to export the generated code as a .html file since the current implementation only saves the code in local storage. This would reduce the steps needed to visualize the code locally, as the current setup requires copying twice. What do you think?

prazzon commented 4 days ago

Thanks for your feedback! I'll look into implementing this.