Installation

There are two ways to import and use Falcon UI.

Link in HTML

Copy and paste the below CDN link in the <head> tag of your html, above all other style sheets.


      <link rel="stylesheet" href="https://ui-falcon.netlify.app/styles/components.css"/>
        

Import in CSS

Just copy and paste below link in top of your existing css file.


        @import url("https://ui-falcon.netlify.app/styles/components.css")