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

https://github.com/argyleink/slyd

Snappy, responsive, touch optimized, bi-directional presentation framework
https://github.com/argyleink/slyd

presentations slides

Last synced: about 1 year ago
JSON representation

Snappy, responsive, touch optimized, bi-directional presentation framework

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/634baf91-9509-4983-8e3b-c7093c29603d/deploy-status)](https://app.netlify.com/sites/slyd/deploys)

## Getting Started
Load bundles from a url or use modules from NPM.

> Note: there aren't any docs yet, just a demo site. The demo site is the best docs you have for the time being as it's sorta documentation by example. I'll improve this!


##### CDN
1. `import 'https://slyd.netlify.com/slyd.js';`
1. `@import 'https://slyd.netlify.com/slyd.css';`

##### NPM

1. `npm i slyd`
1. `import 'slyd';` // use es module
1. `@import 'slyd';` // use postcss module

##### Starter Kit

1. Clone and go with this [Slyd starter](https://github.com/argyleink/slyd-starter)

##### Pika
1. coming soon




Start making ``'s by adding HTML to your page.

```html


Slide 1


subtitle



Slide 2


is in a vertical slide list




...



...

```