maximum-overbusiness icon indicating copy to clipboard operation
maximum-overbusiness copied to clipboard

⚡️💼 MAXIMUM OVERBUSINESS is a tool for building presentations as websites using React.

MAXIMUM OVERBUSINESS
MAXIMUM OVERBUSINESS is a tool for building presentations as websites using React.


Examples

Usage

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.

License

MIT