Brantron / john_hancock

A Rails gem for custom signature form fields
MIT License
114 stars 27 forks source link

Allow signature form helper to pass options #19

Closed jkowens closed 8 months ago

jkowens commented 1 year ago

This update allows the canvas element to be styled. This is useful when using css libraries like tailwind or bootstrap.

ex:

<%= f.signature_field :signature, class: "w-full rounded-md bg-slate-50 border-solid border-gray-300" %>