Use non breaking space with hyper dom expressions

How can I use the good old   inside a div a bit like this: h('div', [h(...),'  and  ',h(...)])
2 Replies
Otonashi
Otonashi16mo ago
h('div', [h(...),'\u00A0 and \u00A0',h(...)])
FjordWarden
FjordWardenOP16mo ago
Muchas gracias!

Did you find this page helpful?