Liking cljdoc? Tell your friends :D

Clojars Project

A Clojure(Script) library containing reagent bindings for every Semantic UI React component and every Semantic UI Calendar React component. All together, that's 170 distinct reagent components and provides a very comprehensive UI library. Reagent components are defined in semantic-reagent.core and symbols for every available icon are defined in semantic-reagent.icons.

My intention is that you follow the official (javascript) documentation for information about how to use the components and their supported options.

You're free to provide the semantic CSS however you like, but if you want the default semantic theme you only need to serve up the "public" resource directory of this jar and load the css file in your html.

[:link {:rel "stylesheet" :href "/semantic_reagent/semantic.min.css"}]

License

This project is licensed under MIT license.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close