@patternslib/patternslib
Version:
Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming la
33 lines (32 loc) • 968 B
HTML
<html lang="en-US">
<head>
<title>Slideshows</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/style/common.css" />
<script src="/bundle.min.js"></script>
</head>
<body>
<ul>
<li>
<a href="standalone-test.html">Standalone slideshow page</a>
</li>
<li>
<a href="standalone-test.html">Page with injected slides</a>
</li>
<li>
<a href="standalone-test.html"
>Page with a composition of embedded and injected slides</a
>
</li>
</ul>
<ul>
<li>
<a href="standalone-test.html?slides=first-slide,third-slide"
>Standalone slideshow page with filters for the first and
the third slide.</a
>
</li>
</ul>
</body>
</html>