rum

theeternalpulse 2022-06-29T15:19:18.735149Z

Hi folks, I was wondering Is there any utility that can convert html code to rum templates?

theeternalpulse 2022-06-29T15:20:43.749349Z

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

jeffparker 2022-06-29T17:50:27.709259Z

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

theeternalpulse 2022-06-29T18:34:45.922579Z

very nice. thanks