Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 727 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 727 Bytes

Astro — Template Extensions (Web Components proposal)

An AstroJS adaptation of the Template Extensions examples.

pnpx degit https://github.com/JulianCataldo/astro-template-extensions astro-te-demo
cd astro-te-demo && pnpm i && pnpm dev

See the live demo.

Notes

  • We can escape template strings variables with {'{{ var }}'} or is:raw Astro directive.

See also