Overview
This is a style guide documentation for
ConvertUpLeads, a tool that contains all components for the project.
Installation
To use this theme, you need to have
ConvertUpLeads installed on your machine. You can install it with npm:
npminstallconvertupleads-theme
or
yarnaddconvertupleads-theme
Primary Setup
You need to use the
ThemeProvider component in order to inject our theme into your application.
import { ThemeProvider } from "convertupleads-theme";
export default function App() {
<ThemeProvider>
{}
</ThemeProvider>
}