Skip to content

Conversation

Debatty-Tom
Copy link
Contributor

@Debatty-Tom Debatty-Tom commented Oct 8, 2025

Cover #42 and #43. Gave $action variable to the button view to allow more customization on the button itself. Allow the user to publish the button view and change it to something like that.

<form action="{!! $url !!}" {!! $attributes !!}>`
    @csrf
    <button type="submit" class="{!! $basename !!}__link @if($action === 'reset') do something @endif">
        <span class="{!! $basename !!}__label">{{ $label }}</span>
    </button>
</form>

@toonvandenbos
Copy link
Member

I'm waiting on PR #96's final approval before reviewing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants