diff --git a/src/Bulma.purs b/src/Bulma.purs index d888373..689fdb8 100644 --- a/src/Bulma.purs +++ b/src/Bulma.purs @@ -473,6 +473,9 @@ modal_domain_delete domain = , HH.text "." ] +strong :: forall w i. String -> HH.HTML w i +strong str = HH.strong_ [ HH.text str ] + hr :: forall w i. HH.HTML w i hr = HH.hr_