Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkrolick/react-unslide
Slide deck primitives for React
https://github.com/alexkrolick/react-unslide
cssinjs emotion jsx presentation react slides
Last synced: 24 days ago
JSON representation
Slide deck primitives for React
- Host: GitHub
- URL: https://github.com/alexkrolick/react-unslide
- Owner: alexkrolick
- Created: 2017-10-16T07:17:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T22:13:47.000Z (over 6 years ago)
- Last Synced: 2024-12-09T09:58:41.731Z (about 1 month ago)
- Topics: cssinjs, emotion, jsx, presentation, react, slides
- Language: JavaScript
- Homepage: https://alexkrolick.github.io/react-unslide
- Size: 395 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Unslide
Slide deck primitives for React
Demo: https://alexkrolick.github.io/react-unslide
**Components**
- [slideshow](./src/App.js)
- [components](./src/components/)## Usage
The project hasn't been fully "library-ized" but you can still use it to build a presentation:
- Clone/download repo
- Use package scripts to build, test, and deploy:
- `yarn start` run dev server on localhost
- `yarn build` build static site
- `yarn deploy` (change package homepage target to your fork first) deploy to GH Pages## Libraries
- This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
- The components are styled using CSS-in-JS w/[Emotion](http://emotion.sh)
- Slides powered by https://github.com/alexkrolick/react-framestack