Installation

Follow the guide below to use SLEEK UI in a project

Copy the link below and paste it in HTML or CSS file as required.

Import in HTML File in <head> tag
                        
                            <link rel="stylesheet" href="https://sleek-ui.vercel.app/css/sleekui.css">
                        
                    
Import in CSS File
                        
                            @import url("https://sleek-ui.vercel.app/css/sleekui.css")
                        
                    

ON THIS PAGE