Debug

Slideshow with preview

This is how to use the <CH.Slideshow> component. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, quia! Quidem, quisquam.

src/index.js

import React from "react"
import ReactDOM from "react-dom"
const app = React.createElement(
"h1",
{ style: { color: "teal" } },
"Hello React"
)
ReactDOM.render(app, document.getElementById("root"))

React provides a createElement function to declare what we want to render to the DOM