Replies: 3 comments 1 reply
-
I am guessing you are asking how to exports HTML/CSS/JS and then use it from Django ... I think not at the moment. We are creating JSX output and Remix application. Pure HTML/CSS output will be possible at some point with limitations as you can't keep data fetching etc like that. Also community will be able to create tools for convenient work with other frameworks than Remix, but its not going to be our responsibility to do that for every framework. If you are keen to try, I welcome you to look into our CLI and the build we are creating today. |
Beta Was this translation helpful? Give feedback.
-
Web studio has just announced their latest feature that enables you to export Static Sites (HTML, CSS and JS). You can check this feature out on the Webstudio website on all plans even Free Plan. |
Beta Was this translation helpful? Give feedback.
-
Hey Guys! Im facing a little issue. was wondering if anyone else has faced the same problem... I have made a navbar, that has nav items, the navitems each have a link and a horizontal line, that is initially out of frame, (overflow=hidden), I've written a small JS snippet that checks for mouse enter and exit, and accordingly the line moves to view. the problem: This works when i test it on the editor but when i publish it, the site is broken, with the navitems invisible and the lines showning. When i export as static, the site is not broken but the hoverline effect doesnt work. (When client only=disabled), the export is also broken when (client only=enabled) I'm not sure what's going on here... |
Beta Was this translation helpful? Give feedback.
-
Hello team, I'm looking for a way to get HTML, CSS, and JS code from a design. Is there a method to do this, particularly for use in Django?
Beta Was this translation helpful? Give feedback.
All reactions