In an Elmish app (using Fable and Feliz), I'm trying to create a container (a div) with the exact width as an arbitrary string. Is there a way to measure the width of a string ahead of time (before displaying it)?
How to measure the width of a string using Fable or Feliz in an Elmish app?
85 views Asked by redcurry At
0