https://github.com/bradoyler/swiper-stories
An instagram/snapchat stories web app using Swiper.js
https://github.com/bradoyler/swiper-stories
Last synced: 18 days ago
JSON representation
An instagram/snapchat stories web app using Swiper.js
- Host: GitHub
- URL: https://github.com/bradoyler/swiper-stories
- Owner: bradoyler
- Created: 2017-07-24T14:16:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T15:50:40.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T05:41:28.047Z (2 months ago)
- Language: CSS
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swiper-Stories
an extension of [Swiper](http://idangero.us/swiper/) to present markup/images with a "Insta-stories" UX## Install
```
$ npm install swiper-stories
```## Usage
```
SwiperStories('.swiper-container'[, SwiperOptions, Options ])
```## Demo
https://bradoyler.github.io/swiper-stories/index.html## Run & modify demo locally
```
$ git clone [email protected]:bradoyler/swiper-stories.git
$ npm install
$ npm start
```TODOs:
- change to Browsersync
- extract css for prod distribution
- add browser modal
- [x] add screen tap (left/right) for navigation
- [x] allow override of options, via: `SwiperStories()`