Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Jun 27, 2024
1 parent a0d04fe commit 37bffc3
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,18 @@ You can install the package via composer:
composer require codewithdennis/filament-simple-alert
```

Make sure you add the following to your `tailwind.config.js` file.
Make sure you add the following to your `tailwind.config.js file.

```php
```bash
'./vendor/codewithdennis/filament-simple-alert/resources/**/*.blade.php',
```

## Usage

The
alerts
can
be
used in your`infolists`
or`forms`, make
sure
you
pick
the
right
component.

```php
The alerts can be used in your `infolists` or `forms`, make sure you pick the right component.

```php
use CodeWithDennis\SimpleAlert\Components\Infolists\SimpleAlert;

```

```php
Expand Down

0 comments on commit 37bffc3

Please sign in to comment.