survos/reveal-bundle

a thin wrapper around reveal.js

Maintainers

👁 tacman1123

Package info

github.com/survos/SurvosRevealBundle

Type:symfony-bundle

pkg:composer/survos/reveal-bundle

Fund package maintenance!

kbond

Statistics

Installs: 291

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.83 2025-10-27 12:45 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c803d4dcfa426baa2d37da5601c3101576ae4932

symfony-ux

This package is auto-updated.

Last update: 2026-06-09 12:54:17 UTC


README

A lightweight bundle that wraps reveal.js

Installation

composer require survos/reveal-bundle

If you're not using Flex, enable the bundle by adding the class to bundles.php

// config/bundles.php
<?php

return [
 //...
 Survos\Bundle\SurvosRevealBundle::class => ['all' => true],
 //...
];