Skip to content

Plugin for creating slides presentations with separation of concerns in mind.

Notifications You must be signed in to change notification settings

ih2502mk/presenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modular tool to show presentations

Main goal is to explore modularity and separation of concerns in javaScript fronted applications.

Usage

Create a bunch of block elements (preferably divs) with content. Where each div is a slide. Then add

<script>
  $(document).ready(function(){
    $('#all.my.slides').presenter();
  });
</script>

where '#all.my.slides' is a selector of previously created divs.

About

Plugin for creating slides presentations with separation of concerns in mind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published