@allardyce/reveal

Vue reveal directive

Usage no npm install needed!

<script type="module">
  import allardyceReveal from 'https://cdn.skypack.dev/@allardyce/reveal';
</script>

README

@allardyce/reveal

A Vue Directive Reveal Solution

Live Demo: https://allardyce.gitlab.io/reveal/

Install

yarn add @allardyce/reveal

Setup

import reveal from '@allardyce/reveal'
Vue.use(reveal)

Usage

Default

<div v-reveal>Hello World!</div>