Installation

Integrating Krozaro UI toolkit in your projects is super easy. Just include the krozaro css file at the top of your HTML source code and you're good to go! Add the the css location enclosed in link tag inside the head section of your HTML source code.

          
<head>
<link rel="stylesheet" href="https://krozaro.netlify.app/src/krozaro.styles.min.css" />
<!-- Other imports  -->
</head>