maximum-overbusiness

0.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i maximum-overbusiness

Weekly Downloads

4

Version

0.2.1

License

MIT

Last publish

Collaborators

  • mikker