[cljsjs/handsontable "7.1.0-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
to can require the packaged library like so:
(ns application.core
(:require cljsjs.handsontable))
This package contains two CSS files,
/cljsjs/handsontable/development/handsontable.full.css ;non-minified
/cljsjs/handsontable/production/handsontable.full.min.css ;minified
One of which you must also load into your project in order to use Handsontable. Refer to the wiki to learn how to include this file in your project.