Skip to content

morinokami/astro-dev-toolbar-showcase

Repository files navigation

Astro Dev Toolbar Showcase

Screenshot

Astro Dev Toolbar App showcasing the following built-in components:

Installation

npx astro add astro-dev-toolbar-showcase

Manual Installation

First, install the astro-dev-toolbar-showcase package:

npm install -D astro-dev-toolbar-showcase

Then, add the astro-dev-toolbar-showcase integration to your Astro config:

import { defineConfig } from "astro/config";

import showcase from "astro-dev-toolbar-showcase";

export default defineConfig({
  integrations: [showcase()],
});

About

Astro Dev Toolbar App showcasing the built-in components listed in the docs

Resources

License

Stars

Watchers

Forks

Contributors