From 4ee0dfae75fda3a8b6347d55c728b50ce5c210d9 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 26 Jul 2020 18:16:59 +0200 Subject: Allow to customize icons --- src/View/Layout.ml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/View/Layout.ml (limited to 'src/View/Layout.ml') diff --git a/src/View/Layout.ml b/src/View/Layout.ml new file mode 100644 index 0000000..98218ad --- /dev/null +++ b/src/View/Layout.ml @@ -0,0 +1,4 @@ +let section attrs content = + H.div + (Js.Array.concat [| HA.class_ "g-Layout__Section" |] attrs) + content -- cgit v1.2.3