onlook icon indicating copy to clipboard operation
onlook copied to clipboard

[FEAT] Add Astro file support

Open Kitenite opened this issue 7 months ago • 2 comments

Describe the feature

Astro is semi-supported. React components within Astro can have write to code. However, astro files' DOM elements are not being processed. We need to either:

  1. Add an Astro plugin specifically to preprocess Astro files
  2. Handle when a DOM element is not processed and warn the user

After this is done, we should also add Astro setup to the npx script.

Kitenite avatar Jul 10 '24 13:07 Kitenite