npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@miragon/slidev-toolkit

v1.17.1

Published

Miragon Slidev toolkit: the brand theme, the layout archetypes, the reusable components (Card, CardGrid, StepList, Figure, SplitView) and the BrandMeshBackground animation. Single source of design truth, consumed by the reference deck in this repo.

Readme

@miragon/slidev-toolkit

The Miragon-branded Slidev design system: a fixed brand theme, twelve layout archetypes, reusable components (Card, CardGrid, StepList, Figure, SplitView, Agenda), the animated BrandMeshBackground, and always-on progress chrome (a stepper bar and a chapter footer). One source of design truth, so a Miragon deck stays on-brand without hand-written HTML or CSS.

Building a new deck? The easiest path is npm create @miragon/slidev-deck@latest my-talk (from the template repository) — it scaffolds this toolkit together with a demo deck, authoring guidance, and CI. Use the npm package below when you want the brand in an existing or standalone Slidev project.

Install

npm i @miragon/slidev-toolkit

Peers: Slidev >= 0.48.0 and Vue 3.5.

Use

Point your deck at the theme in the headmatter of slides.md:

---
theme: '@miragon/slidev-toolkit'
---

That is all the wiring needed. You now get, automatically:

  • Brand tokens and fonts — the Miragon colours (primary blue #335DE5, sparing green) and the bundled Geist / Geist Mono variable fonts.
  • The components, auto-imported (use them by tag, no import): Card, CardGrid, StepList / Step, Figure, SplitView, Agenda, BrandMeshBackground.
  • The global chrome — a thin progress bar on top and a chapter/position footer at the bottom, on every content slide.

Layouts

Set layout: per slide to one of the twelve archetypes:

| Group | Layouts | |---|---| | Openers | cover, hero, person, section | | Content | content, content-image | | Decisions | compare, goodbad | | Process and rules | bpmn, dmn | | Explore and close | showcase, closing |

cover and closing run the animated BrandMeshBackground; the rest are the calm static world on light grey.

BPMN and DMN need an addon

The bpmn and dmn layouts render real diagrams via community addons, which are not dependencies of this toolkit. Add whichever you use to your deck:

npm i slidev-addon-bpmn slidev-addon-dmn
---
theme: '@miragon/slidev-toolkit'
addons:
  - slidev-addon-bpmn   # for layout: bpmn
  - slidev-addon-dmn    # for layout: dmn
---

Then reference the file: diagram: /resources/<path>/<file>.bpmn (or .dmn).

Assets and diagrams

This package ships the design system only, not an asset pipeline. Serve your own images, .bpmn / .dmn files and .excalidraw.svg diagrams from Slidev's public/ folder (or your own Vite setup) and reference them by URL path.

Editorial conventions

The brand is intentionally fixed: headings are black (blue is for kickers and accents), cards are always white with the accent on the title only, no em-dashes, no emoji. The full authoring guide, demo slides, and a design-system verify suite live in the template repository, not in this package.

License

MIT. The bundled Geist fonts are OFL (see assets/fonts/LICENSE.txt).