Skip to main content
Participant
November 8, 2022
Answered

Export Adobe XD designs files to HTML and CSS

  • November 8, 2022
  • 1 reply
  • 699 views

Hi, We are exporting XD files to HTML and CSS using WebExport Plugin, There are some issues while converting like Horizontal and vertical Scroll is not working. Is there any other Plugin you suggest to us to convert the XD files to HTML and CSS? Thanks.

    This topic has been closed for replies.
    Correct answer Spas K.

    I've also heard people using Anima, but keep in mind any of these plugins are highly inefficient in exporting code from Xd files. Xd doesn't work the same way as the web environment, and it's all up to the plugin to figure out how the different elements work together. In most cases you will get some static result that is nowhere near production ready. The best workflow will always be to code the website or app from scratch, based on the design and dimensions. It's easy enough to copy the CSS for the different elements from the prototype.

    1 reply

    Spas K.
    Community Expert
    Spas K.Community ExpertCorrect answer
    Community Expert
    November 8, 2022

    I've also heard people using Anima, but keep in mind any of these plugins are highly inefficient in exporting code from Xd files. Xd doesn't work the same way as the web environment, and it's all up to the plugin to figure out how the different elements work together. In most cases you will get some static result that is nowhere near production ready. The best workflow will always be to code the website or app from scratch, based on the design and dimensions. It's easy enough to copy the CSS for the different elements from the prototype.