carbon-wrapper/src/main/ch/lyrion/carbon/ui_shell/ui_header_panel.cljs

12 lines
419 B
Clojure

(ns ch.lyrion.carbon.ui-shell.ui-header-panel
(:require
[ch.lyrion.carbon.factory-helpers :as h]
["carbon-components-react/lib/components/UIShell/HeaderPanel.js" :default HeaderPanel]))
(def ui-header-panel
"Props:
- className (string): Optionally provide a custom class to apply to the underlying <li> node
- expanded (bool): Specify whether the panel is expanded
"
(h/factory-apply HeaderPanel))