amberframework / jasper-helpers

A library of helpers for working with html for apps Crystal
https://amberframework.org
MIT License
19 stars 7 forks source link

Added initial content_tag and input_tag #1

Closed skunkworker closed 7 years ago

skunkworker commented 7 years ago

With text_field_tag, label_tag and content_tag with block supported. This is still very early WIP, but I tried to make it follow the rails *_tag syntax as closely as possible.

Issue https://github.com/Amber-Crystal/jasper_helpers/issues/5

skunkworker commented 7 years ago

We need to also decide how to do form objects and have them interface with the orm.

eliasjpr commented 7 years ago

Issue https://github.com/Amber-Crystal/jasper_helpers/issues/5