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

slidev-theme-doctolib

v1.5.0

Published

[![NPM version](https://img.shields.io/npm/v/slidev-theme-doctolib?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-doctolib)

Downloads

4

Readme

slidev-theme-doctolib

NPM version

A professional healthcare-focused theme for Slidev with Doctolib branding and confidentiality classification system.

🏥 Features

  • 🎨 Professional Doctolib Branding - Official logos, colors (#00264C), and design elements
  • 🔒 Confidentiality Classification - Built-in C0-C3 security levels (Public, Internal, Restricted, Protected)
  • 📱 Responsive Design - Optimized for all screen sizes and devices
  • 🎯 Healthcare-Focused - Perfect for medical presentations, training, and compliance
  • 💻 Developer-Friendly - Vue 3 components, TypeScript support, Tailwind CSS
  • 🎨 Professional Typography - Montserrat font family for optimal readability
  • 📊 Rich Layouts - Multiple pre-built layouts including cover, two-column, and image positioning
  • 🌙 Syntax Highlighting - Vitesse theme with support for all major programming languages
  • 📤 Export Options - PDF, PNG, and static HTML generation

🚀 Installation

Add the following frontmatter to your slides.md. Slidev will automatically prompt you to install the theme:

---
theme: doctolib
title: My Healthcare Presentation
author: Your Name
exportFilename: my-presentation
confidentialityLevel: 0
---

Or install manually:

npm install slidev-theme-doctolib

🎯 Usage

Basic Presentation

---
theme: doctolib
title: "Patient Care Guidelines"
author: "Dr. Smith"
confidentialityLevel: 1
---

# Welcome to Our Medical Training

Professional healthcare presentations made simple.

---

# Treatment Protocol

Standard procedures for patient care...

Confidentiality Levels

Set the appropriate confidentiality level using the confidentialityLevel frontmatter:

  • 0 - C0 Public - Information that can be shared openly
  • 1 - C1 Internal - For internal company use only
  • 2 - C2 Restricted - Limited access required
  • 3 - C3 Protected - Highest security level
---
confidentialityLevel: 2
---

# Restricted Medical Data

This slide shows C2 classification automatically.

Available Layouts

The theme includes several specialized layouts:

Cover Layout (Default for first slide)

---
layout: cover
---

# Presentation Title
*Subtitle and description*

Two-Column Layout

---
layout: two-cols
---

# Left Column Content

Medical procedures and protocols...

::right::

# Right Column Content

Supporting diagrams and charts...

Image Positioning

---
layout: image-right
image: '/path/to/medical-image.jpg'
---

# Content with Image

Your content appears on the left, image on the right.

Components

Confidentiality Level Indicator

<ConfidentialityLevel :confidentialityLevel="2" />

🛠 Development

Prerequisites

  • Node.js ≥14.0.0
  • Slidev ≥0.19.3

Commands

# Start development server
npm run dev

# Build presentation
npm run build

# Export to PDF
npm run export

# Export slides as PNG images
npm run screenshot

Customization

The theme uses Tailwind CSS and can be extended with custom styles:

---
theme: doctolib
---

<div class="bg-blue-50 p-4 rounded-lg">
  <h2 class="text-blue-800">Custom Healthcare Card</h2>
  <p class="text-blue-600">Enhanced with Tailwind classes</p>
</div>

📋 Configuration Options

All configuration is done through frontmatter in your presentation:

---
theme: doctolib
title: "Your Presentation Title"
author: "Your Name"
exportFilename: "custom-filename"
confidentialityLevel: 0  # 0-3
fonts:
  sans: "Montserrat"  # Default font
highlighter: "shiki"  # Code highlighting
---

🎨 Design System

Colors

  • Primary: #00264C (Doctolib Blue)
  • Background: White/Light theme optimized
  • Text: High contrast for accessibility

Typography

  • Font Family: Montserrat (professional, readable)
  • Hierarchy: Consistent heading and body text scaling
  • Line Height: Optimized for presentation readability

Spacing

  • Grid System: Tailwind CSS responsive grid
  • Consistent Margins: Professional spacing throughout
  • Component Padding: Balanced for visual hierarchy

📊 Perfect for Healthcare

This theme is specifically designed for medical and healthcare presentations:

  • Patient Care Guidelines - Treatment protocols and procedures
  • Medical Training - Onboarding and continuing education
  • Research Presentations - Clinical findings and data
  • Compliance Training - HIPAA, privacy, and regulatory content
  • Team Communications - Internal updates and announcements
  • Technology Demos - Health tech and medical device presentations

🔗 Links

📄 License

MIT License


Built with ❤️ for healthcare professionals using Slidev.