UNPKG

@jbonigomes/react-impress-like-slides

Version:

React presentation deck framework heavily inspired by Impress.js

11 lines (9 loc) 227 B
import React from 'react' import Img from '../components/Img' export default () => ( <> <h1>Sample small image</h1> <p>Images can be configured to display in a small size</p> <Img src={'sample'} small /> </> )