Using Lucky Framework's html form dsl in non-lucky project

Hi there,

I really dislike having to write html and would like to use the Lucky html dsl in my project.

How would i do that without importing the entire lucky framework?

1 Like

Hey! Currently the Lucky HTML makes assumptions that you’re using Lucky. However, if you’re just looking for an HTML builder, you can take a look at GitHub - crystal-lang/html_builder: DSL for creating HTML

It’s almost the exact same thing, but without the “Luckyness” :grinning_face_with_smiling_eyes:

6 Likes