发布于 2014-12-04 00:25:45
以下是我的解决方案(我将使用React-Bootstrap Panel组件):
1)在html中包含react-bootstrap.min.js。
2)以下是Panel组件的用法示例:
(def PanelComp (. js/ReactBootstrap -Panel))
(defn page
[]
[:div
[:div [PanelComp {:header "Panel heading without title"} "Panel content"]]])https://stackoverflow.com/questions/27110425
复制相似问题