Skip to content
Starlight Package Managers
GitHub

Getting Started

Features

Installation

Install the Starlight Package Managers component using your favorite package manager:

npm i starlight-package-managers

Basic Usage

You can now use the component in any MDX files of your Starlight documentation site.

---
title: My Docs
---

import { PackageManagers } from 'starlight-package-managers'

<PackageManagers pkg="astro" />

For more details and examples, please refer to the usage guide.

You can also check the package managers guide for more information about the supported package managers and how to customize them.