astro/packages/astro/components
Caleb Jasik efb41f22c3
Add Astro <Debug/> component (#675)
* Initial MVP Debug component

* Document the prettifying of the input

* Just make `<Debug/>` a wrapper around `<Prism/>` lol

* feat: add details/summary debug component

* chore: remove Props (unused)

* fix: prefer `div` to semantic elements

* chore: format

* fix: prop-drill `class` into components

* fix: ensure `astro/components` are evaluated lazily

* feat(debug): export debug component from `astro/debug`

* fix: minimal example local snowpack config

* docs: add debugging docs

* chore: add changeset

* docs: update debug docs

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-08-23 16:43:22 -04:00
..
Debug.astro Add Astro <Debug/> component (#675) 2021-08-23 16:43:22 -04:00
index.js Pre-release refactors (#289) 2021-06-02 11:35:28 -05:00
Markdown.astro New Props API (#515) 2021-06-24 17:48:24 -05:00
Prism.astro including the language- class on Prism's <pre> element (#1180) 2021-08-20 11:01:42 -07:00