/// /// /** * Spectacle Test Examples * */ import * as React from 'react'; import { Appear, BlockQuote, Cite, Deck, Fill, Heading, Layout, Link, ListItem, List, Quote, Slide, Spectacle, Text } from "spectacle"; export class SpectacleTest extends React.Component { callback() { alert('Callback: ' + JSON.stringify(arguments)); } public render() { return ( Spectacle A ReactJS Presentation Library Where You Can Write Your Decks In JSX View on Github Hit Your Right Arrow To Begin! Wait what? Full Width Adjustable Darkness Background Imagery Flexible Layouts Left Right
Wonderfully formatted quotes Ken Wheeler
Smooth Combinable Transitions Inline style based theme system Autofit text Flexbox layout system React-Router navigation PDF export And...
); } }