https://github.com/qti3e/react-impress
Rewrite Impress.js presentation framework for React & JSX
https://github.com/qti3e/react-impress
impress-js presentation presentation-framework react
Last synced: about 2 months ago
JSON representation
Rewrite Impress.js presentation framework for React & JSX
- Host: GitHub
- URL: https://github.com/qti3e/react-impress
- Owner: qti3e
- License: mit
- Created: 2017-12-29T13:31:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T23:37:30.000Z (about 8 years ago)
- Last Synced: 2025-10-11T04:57:58.398Z (7 months ago)
- Topics: impress-js, presentation, presentation-framework, react
- Language: JavaScript
- Size: 43.9 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Impress
Rewrite Impress.js presentation framework for React & JSX
# Install
This package is available on NPM:
```
npm install --save impress.js-react
```
# Example
```js
import React from 'react'
import Impress, {Step, Slide} from 'impress.js-react'
import ReactDOM from 'react-dom'
const Presentation = () => (
Hello World
Test
)
ReactDOM.render(, document.getElementById('root'))
```
# Todo
- [x] Slide component
- [ ] Auto circle generator
- [ ] Overview component
- [ ] Support background related attributes
- [ ] Animations
# Contributions
This project is open for new contributions :)
Please help me to improve this code in any way you can