Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Jan 23, 2024
1 parent e397cef commit 8e00808
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ Here is an example of an input with all the actions enabled:
```php
Password::make('password')
->label('Password')
->inlineSuffix()
->copyable(color: 'warning')
->regeneratePassword(color: 'primary'),
->regeneratePassword(color: 'primary')
->inlineSuffix(),
```

![kitchen sink](https://github.com/rawilk/filament-password-input/raw/main/docs/images/kitchen-sink.png)
Expand Down Expand Up @@ -292,10 +292,6 @@ For convenience, you can run the setup bin script for easy installation for loca
./bin/setup.sh
```

### Build

Any time changes are made to the blade file, the `./bin/build.sh` script should be run so our css can be recompiled.

### Formatting

Although formatting is done automatically via workflow, you can format php code locally before committing with a composer script:
Expand Down

0 comments on commit 8e00808

Please sign in to comment.