shout icon indicating copy to clipboard operation
shout copied to clipboard

A simple inline contextual notice for Filament forms, basically just a fancy placeholder.

Results 3 shout issues
Sort by recently updated
recently updated
newest added

The `title()` method has been added to allow the developer to define a title. ```php use Awcodes\Shout\Components\Shout; Shout::make('so-important') ->content('This is a test') ->title('Test Shout') ->icon('tabler-alert-circle'), ``` Creates: ![image](https://github.com/user-attachments/assets/40605b9b-1335-425f-b346-a2a09ebe8c8c) - I...

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...