pithyless / fulcro-rad-semantic-ui

Semantic UI Rendering Plugin for RAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Semantic UI Rendering Plugin for RAD

License:Other


Languages

Language:Clojure 100.0%