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

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

Notifications You must be signed in to change notification settings

mikker/maximum-overbusiness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published