UNPKG

@jbonigomes/react-impress-like-slides

Version:

React presentation deck framework heavily inspired by Impress.js

11 lines (9 loc) 210 B
import React from 'react' import Img from '../components/Img' export default () => ( <> <h1>Sample round image</h1> <p>Square images can be rounded</p> <Img src={'square'} round small /> </> )