Semantic-Org / Semantic-UI-Docs

Official Documentation for Semantic UI

Home Page:http://www.semantic-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs don't say how to actually get started using Semantic

vtbassmatt opened this issue · comments

The docs give lots of detail about installing Semantic. The only thing they say about using Semantic is:

Running the gulp build tools will compile CSS and Javascript for use in your project. Just link to these files in your HTML.

<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
<script src="semantic/dist/semantic.min.js"></script>

This is inadequate/incorrect. jQuery is required:
jquery

and from examining source on the site, it looks like other libraries may be required as well.

How do I actually get started? I'd be happy to PR a doc change if I knew everything that was required. Thanks!

For javascript just jQuery.