Bulma: code + text

beta
Philippe Pittoli 2023-07-22 15:44:32 +02:00
parent 37de517c60
commit 99eedc1c15
1 changed files with 6 additions and 0 deletions

View File

@ -396,6 +396,12 @@ new_domain_field inputaction text selectaction accepted_domains
-- [ render_input ispassword placeholder action value validity cond ]
-- ]
code :: forall w i. String -> HH.HTML w i
code str = HH.code_ [ HH.text str ]
text :: forall w i. String -> HH.HTML w i
text = HH.text
p :: forall w i. String -> HH.HTML w i
p str = HH.p_ [ HH.text str ]