Sha256: 16b8d7dc2167d522736bf1332851ebe0c9ce02b6b0fa212004fe9b7803bb0dff

Contents?: true

Size: 1.08 KB

Versions: 9

Compression:

Stored size: 1.08 KB

Contents

<p class="leading-7 [&:not(:first-child)]:mt-6">The Accordion component introduces:</p>

<ul class="my-6 ml-6 list-disc [&>li]:mt-2 text-sm">
  <li><%= code("app/helpers/components/accordion_helper.rb") %></li>
  <li><%= code("app/views/components/ui/_accordion.html.erb") %></li>
  <li><%= code("app/javascript/controllers/ui/accordion_controller.js") %></li>
</ul>

<p class="leading-7 [&:not(:first-child)]:mt-6">
The method <%= code("render_accordion") %> defined in <%= code("app/helpers/components/accordion_helper.rb") %>
accepts a <%= code("title:") %> and <%= code("description:") %> keyword arguments in the inline usage.</p>

<p class="leading-7 [&:not(:first-child)]:mt-6">When passed only a <%= code("title") %> argument, the helper will accept a block to be rendered as the content for the description.</p>

<p class="leading-7 [&:not(:first-child)]:mt-6">When passed no arguments, the block passed to the accordion helper must call <%= code("accordion_title") %> and <%= code("accordion_description") %> both of which accept blocks for the content for those portals within the component.</p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
shadcn-ui-0.0.15 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.14 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.13 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.12 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.10 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.8 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.5 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.4 app/views/examples/components/accordion/_usage.html.erb
shadcn-ui-0.0.3 app/views/examples/components/accordion/_usage.html.erb