Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/we-lib/yellow

A fork of the slides plugin on creativision
https://github.com/we-lib/yellow

Last synced: about 1 month ago
JSON representation

A fork of the slides plugin on creativision

Awesome Lists containing this project

README

        

# yellow

> A fork of the slides plugin on

Demo:

## Usage

```jade
#my_slides.slides
ul.slide-pic
li
h3 Picture 1
img(src="1.png")
li
h3 Picture 2
img(src="2.png")
li
h3 Picture 3
img(src="3.png")
```

```js
$('#my_slides').yellow()
```