Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 969 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 969 Bytes

react-pro-sidebar GitHub Actions status |pink-gorilla/react-pro-sidebarClojars Project

example

 [rtable {:class "table-head-fixed padding-sm table-red table-striped table-hover"
          :style {:width "50vw"
                  :height "40vh"
                  :border "3px solid green"}}
    [{:path :id}
     {:path :name :max-width "60px"}
     {:path :quote}
     {:path :quote2}]
    data]

demo

The demo uses the extension manager from goldly to add react-pro-sidebar to goldly.

cd demo
clj -X:demo:npm-install
clj -X:demo:compile
clj -X:demo

Open Browser at port 8080.