Getting Started
Renderlesskit uses tailwind to provide you better styling, so you'll need to install to setup a tailwind project using thier installation guide.
Installation
Tailwind setup
After setting up tailwind in your project, import our preset
function inside
your tailwind.config.js
and use it.
Checkout our integration guides for CRA & Next.js
Setting up provider
Renderlesskit needs a theme provider to pass down all the neccesary styling for the components.
Go to the root of your application and add this: