Slide deck primitives for React
Demo: https://alexkrolick.github.io/react-unslide
Components
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 localhostyarn build
build static siteyarn deploy
(change package homepage target to your fork first) deploy to GH Pages
- This project was bootstrapped with Create React App.
- The components are styled using CSS-in-JS w/Emotion
- Slides powered by https://github.com/alexkrolick/react-framestack