- Lightweight
- No dependencies
- Modular
- Extendable
http://christiankohler.github.io/web-presentation/
Get web-presentation via bower
bower install web-presentation
Include the dist/web-presentation.html
file in your project.
<link rel="import" href="web-presentation.html">
Use the web slide component in your html file.
<web-presentation>
<web-presentation-keyboardcontrols></web-presentation-keyboardcontrols>
<web-slide-title>
<h1>web-presentation</h1>
<h2>Pure Webcomponents Presentation Framework</h2>
</web-slide-title>
<web-slide>
<h1>Native, fast, extendable</h1>
<h2>..and only one file to import</h2>
</web-slide>
</web-presentation>
- Install local dev dependencies:
npm install
- Run gulp
gulp
Use Chrome 36 to use web-presentation without a polyfill.