Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Export Adobe XD designs files to HTML and CSS

New Here ,
Nov 08, 2022 Nov 08, 2022

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.

631
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 08, 2022 Nov 08, 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

...
Translate
Community Expert ,
Nov 08, 2022 Nov 08, 2022
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines