import React from "react" import ReactDOM from "react-dom" import CustomSlider from "./CustomSlider" // Lots of import to define a Styletron engine and load the light theme of baseui import { Client as Styletron } from "styletron-engine-atomic" import { Provider as StyletronProvider } from "styletron-react" import { ThemeProvider, LightTheme } from "baseui" const engine = new Styletron() // Wrap your CustomSlider with the baseui them ReactDOM.render( , document.getElementById("root") )