phlex
phlex copied to clipboard
Rails view helpers
There are a number of Rails view helpers which we will need to support in some way or another.
The helpers that produce strings should be fine to just include. But helpers that product markup will need to be handled carefully. I expect most of these could be shipped in the form of a small standard library or components for Rails.
In particular, we may need our own form component.