Getting Started

To use JarvisUI add the following link in the "head" tag of your HTML file

          
            <link rel="stylesheet" href="https://jarvisui.netlify.app/components/components.css">
          
        

or, you can import the file in your stylesheet using the following

          
            @import url("https://jarvisui.netlify.app/components/components.css");