Form Actions

Layout container for form submission and cancel buttons.

No properties documented for this component.

Examples

Basic Actions

blade
<x-plume::form >
    <x-plume::form.actions>
        <x-plume::button type="submit">Submit</x-plume::button>
        <x-plume::button style="outline">Cancel</x-plume::button>
    </x-plume::form.actions>
</x-plume::form>

Usage

blade
<x-plume::form >
    <x-plume::form.actions align="center" class="mt-8">
        <x-plume::button type="submit" size="lg">Save Changes</x-plume::button>
    </x-plume::form.actions>
</x-plume::form>