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
- Host: GitHub
- URL: https://github.com/argyleink/slyd
- Owner: argyleink
- Created: 2019-06-27T03:57:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T03:58:08.000Z (about 3 years ago)
- Last Synced: 2025-04-11T02:05:38.208Z (about 1 year ago)
- Topics: presentations, slides
- Language: CSS
- Homepage: https://slyd.netlify.com
- Size: 37.2 MB
- Stars: 75
- Watchers: 2
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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
...
...
```