Skip to content

Files

Latest commit

e322810 · Jul 14, 2022

History

History

re-resizable

cljsjs/re-resizable

https://github.com/bokuweb/re-resizable

[cljsjs/re-resizable "6.9.9-0"] ;; latest release

This jar comes with deps.cljs as used by the Foreign Libs feature of the ClojureScript compiler. After adding the above dependency to your project you can require the packaged library like so:

(ns application.core
  (:require cljsjs.re-resizable))
   
  ;Example 
  [:> (aget js/ReResizable "Resizable")
      {:style {:background-color "red"}
       :defaultSize {:width 200
                     :height 200}}
      "test"]