<x-accordionexclusive><x-accordion.itemexpanded><x-accordion.titlesize="sm">What is Blade Components?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm">How much does it cost?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is fully open-source and free to use — check out the <ahref="https://github.com/distortedfusion/blade-components"target="_blank">source code</a> on GitHub.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm">Getting started</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> You can install Blade Components using Composer. Check out the <ahref="/docs/installation">docs</a> to get started.</x-paragraph></x-accordion.content></x-accordion.item></x-accordion>
You can customize the default icons globally trough the BladeComponents service or via the component directly from a service provider's boot() method, or middleware.
Enforce that only a single item is expanded at a time by supplying the exclusive attribute on the x-accordion component.
Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.
Blade Components is fully open-source and free to use — check out the source code on GitHub.
You can install Blade Components using Composer. Check out the docs to get started.
<x-accordionexclusive><x-accordion.item><x-accordion.titlesize="sm">What is Blade Components?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm">How much does it cost?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is fully open-source and free to use — check out the <ahref="https://github.com/distortedfusion/blade-components"target="_blank">source code</a> on GitHub.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm">Getting started</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> You can install Blade Components using Composer. Check out the <ahref="/docs/installation">docs</a> to get started.</x-paragraph></x-accordion.content></x-accordion.item></x-accordion>
Enable or disable transitions during item expansion by supplying the transition="false" attribute on the x-accordion component.
Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.
Blade Components is fully open-source and free to use — check out the source code on GitHub.
You can install Blade Components using Composer. Check out the docs to get started.
<x-accordion:transition="false"><x-accordion.item><x-accordion.titlesize="sm">What is Blade Components?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm">How much does it cost?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is fully open-source and free to use — check out the <ahref="https://github.com/distortedfusion/blade-components"target="_blank">source code</a> on GitHub.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm">Getting started</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> You can install Blade Components using Composer. Check out the <ahref="/docs/installation">docs</a> to get started.</x-paragraph></x-accordion.content></x-accordion.item></x-accordion>
Control the default state of an accordion item by supplying the expanded attribute on the x-accordion.item component.
Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.
Blade Components is fully open-source and free to use — check out the source code on GitHub.
You can install Blade Components using Composer. Check out the docs to get started.
<x-accordion><x-accordion.itemexpanded><x-accordion.titlesize="sm">What is Blade Components?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.itemexpanded><x-accordion.titlesize="sm">How much does it cost?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is fully open-source and free to use — check out the <ahref="https://github.com/distortedfusion/blade-components"target="_blank">source code</a> on GitHub.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.itemexpanded><x-accordion.titlesize="sm">Getting started</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> You can install Blade Components using Composer. Check out the <ahref="/docs/installation">docs</a> to get started.</x-paragraph></x-accordion.content></x-accordion.item></x-accordion>
Change the indicator icon by supplying the indicatorIcon attribute on the x-accordion.title component.
Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.
Blade Components is fully open-source and free to use — check out the source code on GitHub.
You can install Blade Components using Composer. Check out the docs to get started.
<x-accordion><x-accordion.item><x-accordion.titlesize="sm"indicator-icon="heroicon-o-arrow-up-circle">What is Blade Components?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm"indicator-icon="heroicon-o-arrow-up-circle">How much does it cost?</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> Blade Components is fully open-source and free to use — check out the <ahref="https://github.com/distortedfusion/blade-components"target="_blank">source code</a> on GitHub.</x-paragraph></x-accordion.content></x-accordion.item><x-accordion.item><x-accordion.titlesize="sm"indicator-icon="heroicon-o-arrow-up-circle">Getting started</x-accordion.title><x-accordion.content><x-paragraphsize="sm"style="muted"> You can install Blade Components using Composer. Check out the <ahref="/docs/installation">docs</a> to get started.</x-paragraph></x-accordion.content></x-accordion.item></x-accordion>