Sha256: 10434114be6fa79da34ab0791377cf912bcdd0b95ebeb3e722ff123a2e4502fc

Contents?: true

Size: 816 Bytes

Versions: 6

Compression:

Stored size: 816 Bytes

Contents

<%= render "layouts/documentation/component_header",
  title: "Tabs",
  description: "" %>

<% content_for :preview, flush: true do %>
<div class="w-full flex justify-center">
  <%= render_code_preview('tabs') %>
</div>
<% end %>

<% content_for :code, flush: true do %>
<div class="w-full flex justify-center">
  <%= code_partial("tabs/preview", :erb) %>
</div>
<% end %>

<%= render_preview %>

<h2 class="font-heading scroll-m-20 border-b pb-2 text-2xl font-semibold tracking-tight first:mt-0" id="installation">Installation</h2>
<%= code_sample(language: "sh") do %>
  rails generate shadcn-ui tabs
<% end %>

<h2 class="font-heading mt-12 scroll-m-20 border-b pb-2 mb-2 text-2xl font-semibold tracking-tight first:mt-0" id="usage">Usage</h2>
<%= code_partial("tabs/usage", :erb) %>

<%= render_usage("tabs") %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shadcn-ui-0.0.15 app/views/examples/components/tabs.html.erb
shadcn-ui-0.0.14 app/views/examples/components/tabs.html.erb
shadcn-ui-0.0.13 app/views/examples/components/tabs.html.erb
shadcn-ui-0.0.12 app/views/examples/components/tabs.html.erb
shadcn-ui-0.0.10 app/views/examples/components/tabs.html.erb
shadcn-ui-0.0.8 app/views/examples/components/tabs.html.erb