Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.22 KB

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