Skip to content

Instantly share code, notes, and snippets.

@giuseppelt
giuseppelt / Simple React slot system.md
Last active April 29, 2024 13:17
Simple React slot system
@giuseppelt
giuseppelt / Astro Starlight builtin component override.md
Last active July 14, 2023 11:15
Astro Starlight builtin component override

Astro Starlight builtin component override

At the moment of writing, Astro Starlight is in prerelease stage and doesn't support layout extension capabilities.

But, we can easly work around that with a nasty hack. We can override Starlight builtin components with our own versions. For example we can

  • add something in the sidebar
  • replace the Footer
  • add something after the TableOfContent