app/views/examples/components/forms/_usage.html.erb in shadcn-ui-0.0.10 vs app/views/examples/components/forms/_usage.html.erb in shadcn-ui-0.0.12
- old
+ new
@@ -1,13 +1,13 @@
<p class="leading-7 [&:not(:first-child)]:mt-6">The Forms component introduces:</p>
<ul class="my-6 ml-6 list-disc [&>li]:mt-2 text-sm">
- <li><%= code("app/form_builders/shadcn_form_builder.rb") %></li>
+ <li><%= code("app/components/shadcn/form_builder.rb") %></li>
<li><%= code("app/helpers/components/forms_helper.rb") %></li>
</ul>
<p class="leading-7 [&:not(:first-child)]:mt-6">
- The <code>ShadcnFormBuilder</code> is a custom form builder that extends the
+ The <code>Shadcn::FormBuilder</code> is a custom form builder that extends the
<code>FormBuilder</code> class. It adds the following methods that provide the form with inputs and controls:
<p>
<ul class="my-6 ml-6 list-disc [&>li]:mt-2 text-sm">
<li><%= code("label") %></li>