We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grid.grid (:require ["react-grid-layout" :refer [Responsive WidthProvider]]))
(defn grid [content]
(prn ">>>> re-rendering grid <<<<") (into [:> (WidthProvider Responsive) {:id "test-grid" :className "layout" :cols {:lg 12, :md 10, :sm 6, :xs 4, :xxs 2}}] content))
The text was updated successfully, but these errors were encountered:
https://github.com/multunus/dashboard-clj/blob/master/src/cljs/dashboard_clj/layouts/grid_layout_responsive.cljs
Responsive grid layout
Sorry, something went wrong.
No branches or pull requests
grid.grid
(:require ["react-grid-layout" :refer [Responsive WidthProvider]]))
grid.grid
(:require ["react-grid-layout" :refer [Responsive WidthProvider]]))
(defn grid [content]
(prn ">>>> re-rendering grid <<<<")
(into [:> (WidthProvider Responsive)
{:id "test-grid"
:className "layout"
:cols {:lg 12, :md 10, :sm 6, :xs 4, :xxs 2}}]
content))
The text was updated successfully, but these errors were encountered: