starlight-theme-template
0.0.0 • Public • Published

- Install the theme package to your project with your preferred package manager:
npm install starlight-theme-template
pnpm add starlight-theme-template
yarn add starlight-theme-template
- Add the theme to your Starlight config.
import theme from "starlight-theme-template";
export default defineConfig({
// ...
integrations: [
starlight({
// ...
plugins: [
theme()
]
})
]
})
Package Sidebar
Install
npm i starlight-theme-template
Weekly Downloads