Semantic UI Installation


Semantic UI Installation– You can easily install Semantic UI either locally or you can use hosted CDN Url to use Semantic UI framework. Here in this tutorial, we are going to explain how to install Semantic UI.


Semantic UI Installation Steps | CDN URL | Download Locally

There are following ways to install Semantic UI Framework –

Using Hosted CDN

You can use hosted CDN to install the UIkit css. You can include the UIkit JS and CSS from CDN url simply as below-

Install Semantic UI Using CDN URL:

 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.js"></script>

Install Locally

You can download the CSS and JS from Download Semantic UI and include the CSS and JS files.


Advertisements

Add Comment

📖 Read More