Build custom dashboards insanely fast.
A dashboard built with Propel's Embeddable UI
Install the package
npm install @propeldata/ui-kit
Add the Theme component
ThemeProvider
body
import { ThemeProvider } from "@propeldata/ui-kit"; export default function () { return ( <html> <body> <ThemeProvider> <MyApp /> </ThemeProvider> </body> </html> ); }
Was this page helpful?