Sha256: a0dd8b2ea4e90ac48fde23e3adf65987dc7b19ccea874e4aee9fc5fc03f139f3

Contents?: true

Size: 840 Bytes

Versions: 6

Compression:

Stored size: 840 Bytes

Contents

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

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

<% content_for :code, flush: true do %>
<div class="w-full flex justify-center">
  <%= code_partial("combobox/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 combobox
<% 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("combobox/usage", :erb) %>

<%= render_usage("combobox") %>

Version data entries

6 entries across 6 versions & 1 rubygems

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