bricks/docs at main · bricks-cloud/bricks · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Frequently Asked Questions

"Generate Code" button is greyed out

I closed the webview window in VSCode extension. How can I reopen it?

  • You would have to regenerate the component. We are adding a new feature that would allow developers to reopen the webview pannel.

Preview within VSCode extension or localhost:4000 is not working

  • Install the latest version of Node.js
  • After installation, open up the VSCode command shift + command + p
  • Find the command Developer: Reload Window to restart the VSCode extension
  • Reactivate the VSCode extension and start generating code to see whehter the preview works as expected

Figma plugin is stuck on the loading screen

  • You can close it then reopen it. If you are on mac, try option + command + p to reopen the plugin

Generated components are very different from the design

Browser live preview is loading forever

  • This is likely because you have too many live previews open. Try closing live previews that you're not using anymore. This limitation is due to the fact that live previews run locally in your browser. In the future we will support a hosted solution that will allow you to run as many live previews as you want.