Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Jan 23, 2024
1 parent 3f26f90 commit 37e5360
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function form(Form $form): Form

The code above will render a password input inside the form with a toggle button to show and hide the password.

![base input](https://github.com/rawilk/filament-password-input/raw/main/docs/images/base-input.png)
![base input](https://github.com/rawilk/filament-password-input/raw/v1/docs/images/base-input.png)

If you want to render a normal password input without the toggle, you may also do that with this field. The following code
will render the password input without the toggle button inside it:
Expand Down Expand Up @@ -113,7 +113,7 @@ Password::make('password')
->copyable(),
```

![copyable input](https://github.com/rawilk/filament-password-input/raw/main/docs/images/input-with-copy.png)
![copyable input](https://github.com/rawilk/filament-password-input/raw/v1/docs/images/input-with-copy.png)

> **Note:** This button will not show up if the input is disabled.
Expand Down Expand Up @@ -185,7 +185,7 @@ Password::make('password')
->regeneratePassword(),
```

![regenerate password](https://github.com/rawilk/filament-password-input/raw/main/docs/images/input-with-generate.png)
![regenerate password](https://github.com/rawilk/filament-password-input/raw/v1/docs/images/input-with-generate.png)

> **Note:** This button will not show up if the input is disabled or readonly.
Expand Down Expand Up @@ -305,7 +305,7 @@ Password::make('password')
->regeneratePasswordIconColor('primary'),
```

![kitchen sink](https://github.com/rawilk/filament-password-input/raw/main/docs/images/kitchen-sink.png)
![kitchen sink](https://github.com/rawilk/filament-password-input/raw/v1/docs/images/kitchen-sink.png)

## Global Configuration

Expand Down

0 comments on commit 37e5360

Please sign in to comment.