Sha256: d4e79bfcc3bedd6bf0f6d2f4603c69e94a89bec0b3c8a8ee368d9d83f176b5d6

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

<%= render(Ariadne::BaseComponent.new(tag: @tag, classes: @classes, attributes: @attributes)) do %>
  <% if @has_form %>
    <input type="hidden" data-tiptap-value-container=true name="<%= @name %>" id="<%= @name %>">
  <% end %>
  <textarea class="tiptap-editor"></textarea>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ariadne_view_components-0.0.13 app/components/ariadne/rich_text_area_component.html.erb
ariadne_view_components-0.0.13-x86_64-linux app/components/ariadne/rich_text_area_component.html.erb
ariadne_view_components-0.0.13-x86_64-darwin app/components/ariadne/rich_text_area_component.html.erb
ariadne_view_components-0.0.13-x64-mingw32 app/components/ariadne/rich_text_area_component.html.erb
ariadne_view_components-0.0.13-x64-mingw-ucrt app/components/ariadne/rich_text_area_component.html.erb
ariadne_view_components-0.0.13-arm64-darwin app/components/ariadne/rich_text_area_component.html.erb
ariadne_view_components-0.0.13-aarch64-linux app/components/ariadne/rich_text_area_component.html.erb