Sha256: 94e1763aa99be9d9064dd9a3a13deaef31fe6f1b8d1922edc9ce80b36be33ff1
Contents?: true
Size: 346 Bytes
Versions: 1
Compression:
Stored size: 346 Bytes
Contents
<%= render(Yattho::Alpha::UnderlineNav.new(label: "Default", body_arguments: { classes: "custom-class", border: true, border_color: :accent_emphasis })) do |component| %> <% component.with_tab(selected: true, href: "#") { "Tab 1" }%> <% component.with_tab(href: "#") { "Tab 2" } %> <% component.with_tab(href: "#") { "Tab 3" } %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.0.1 | previews/docs/alpha_underline_nav_preview/customizing_the_body.html.erb |