Commit 1b26fbba authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] adding comments.

parent 7588c9a6
......@@ -240,7 +240,7 @@ divDropdownLeft = ul [className "nav navbar-nav"]
]
-- WYSIWYG = Pure React
-- | WYSIWYG example in Pure React ?
divLeftdropdownElements :: Array ReactElement
divLeftdropdownElements = menu
[ -- ===========================================================
......@@ -276,6 +276,7 @@ divLeftdropdownElements = menu
]
] -- ===========================================================
-- | Menu in the sidebar, syntactic sugar
menu :: Array (Array LiNav) -> Array ReactElement
menu ns = intercalate divider $ map (map liNav) ns
where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment