Sha256: 87afd920d5c12c526e2efff8c8b9876d33d52464f208c333bda1356392f39006
Contents?: true
Size: 841 Bytes
Versions: 1
Compression:
Stored size: 841 Bytes
Contents
<%= render_component_header title: "Checkbox", description: "A control that allows the user to toggle between checked and not checked." %> <%= content_for :preview, flush: true do %> <%= render_checkbox label: "Accept terms and conditions", name: "terms" %> <% end %> <% content_for :code, flush: true do %> <%= code_partial("checkbox/code/preview", :erb) %> <% 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 checkbox <% 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("checkbox/code/usage", :erb) %> <%= render_usage("checkbox") %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shadcn-ui-0.0.3 | app/views/examples/components/checkbox.html.erb |