add groups f. browser

pull/1/head
jerger 1 year ago
parent 584cc86188
commit 6241f63967

@ -170,4 +170,18 @@
{:type :element,
:attrs {:class "needs-validation", :id "form"},
:tag :form,
:content []})
:content []})
(defn-spec generate-group map?
[name string?
content any?]
[{:type :element
:tag :div
:attrs {:class "rounded border border-3 m-3 p-2"}
:content [{:type :element
:tag :b
:attrs {:style "z-index: 1; position: relative; top: -1.3rem;"}
:content name}
{:type :element
:tag :fieldset
:content content}]}])

Loading…
Cancel
Save