/fulcro-rad-semantic-ui

Semantic UI Rendering Plugin for RAD

Primary LanguageClojureOtherNOASSERTION

Fulcro RAD Semantic UI Rendering Plugin

Usage

fulcro rad semantic ui

To use this library simply install the controls on your RAD application:

(ns com.example.main
  (:require
    [com.fulcrologic.rad.application :as rad-app]))

(defonce app (-> (rad-app/fulcro-rad-app)
                 (rad-app/install-ui-controls! sui/all-controls)))

This library is Copyright 2020 by Fulcrologic, LLC. All rights reserved.

Formal licensing of this library has yet to be determined.