MAXIMUM OVERBUSINESS is a tool for building presentations as websites using React.
import React from "react"
import { render } from "react-dom"
import { Deck, Slide } from "maximum-overbusiness"
const Presentation = () => (
<Deck>
<Slide>Many graphs</Slide>
<Slide>very Q4</Slide>
<Slide>Always Be Closing (your jsx)</Slide>
</Deck>
);
render(<Presentation />, document.getElementById('root'));
See the Demo for more advanced usage and introduction.
Change slides with space
, <-
, ->
or your wireless presentation dingus.
For maximum Developer Experience, offline support and more, use along with create-react-app.
MIT