collapsible section in a blade file

For the mods here, should I add docs and a feature, where if you want to add collapsible sections in a blade file, you also have the option to choose where you want the icon.
so you could say:
<x-filament::section collapsible position="right">
    <x-slot name="heading">
        User details
    </x-slot>
 
    {{-- Content --}}
</x-filament::section>
Was this page helpful?