An open API service indexing awesome lists of open source software.

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

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