Skip to content

Components

Check this out

Interesting content you want to highlight.
Note Success Tip Caution Danger New New and improved New, improved, and bigger
example.js
console.log('This could come from a file or CMS!');
  • astro.config.mjs
  • package.json
  • Directorysrc
    • Directorycomponents
      • Header.astro
      • Title.astro
    • Directorypages/
Installation Guide

Installation Guide

Sirius, Vega, Betelgeuse
  1. Import the component into your MDX file:

    import { Steps } from '@astrojs/starlight/components';
  2. Wrap <Steps> around your ordered list items.