Bulma: code + text
This commit is contained in:
parent
37de517c60
commit
99eedc1c15
@ -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 ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user