Sha256: bfc11ac8bf2baa43be757cde24faaa3ee1b4b6d0c4ad64be66008005235d54c0

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

<%= render(Yattho::Alpha::Dialog.new(id: "dialog-one", title: title, subtitle: subtitle, visually_hide_title: false)) do |d| %>
  <% d.show_button { button_text } %>
  <% d.body do %>
    <p>Dialog One!</p>

    <form>
      <input type="text" value="Some text goes in here">
    </form>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 previews/yattho/alpha/dialog_preview/with_text_input.html.erb
yattho_view_components-0.0.1 previews/yattho/alpha/dialog_preview/with_text_input.html.erb