Hi folks, I was wondering Is there any utility that can convert html code to rum templates?
I'm using https://play.tailwindcss.com to quickly mockout my components, and want to get the rum equivalents without re-doing all the structure
I've used this html-to-hiccup library to partially do, I think, similar tasks, if it's useful: https://github.com/green-coder/html-to-hiccup
very nice. thanks