Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@framv/slides

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@framv/slides

`<framv-slides>` + `<framv-slide>` — presentation slideshow with transitions, keyboard navigation, and PDF export.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@framv/slides

<framv-slides> + <framv-slide> — presentation slideshow with transitions, keyboard navigation, and PDF export.

Install

npm install @framv/slides

CDN

<script src="https://cdn.jsdelivr.net/npm/@framv/core/dist/bundle.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@framv/slides/dist/bundle.iife.js"></script>

<framv-slides controls width="1920" height="1080" transition="fade">
  <framv-slide background="#1a1a2e">
    <h1>Slide 1</h1>
  </framv-slide>
  <framv-slide background="#16213e">
    <h2>Slide 2</h2>
  </framv-slide>
</framv-slides>

<framv-slides> attributes

AttributeDefaultDescription
width / height1920 / 1080Slide dimensions
transitionslidefade, slide, slide-up, zoom
controlsAlways show controls
autoplayAuto-advance slides
interval5000Autoplay interval in ms
loopLoop back to first slide

<framv-slide> attributes

AttributeDefaultDescription
backgroundCSS background value
transitioninheritOverride parent transition

Navigation

Arrow keys, Space, click to advance. Fullscreen with F. Export to PDF.

FAQs

Package last updated on 23 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts