Skip to content

Commit

Permalink
Fixed a typo in the docs for creating custom react components (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDebo authored Jun 16, 2023
1 parent e264811 commit 5190b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can find a full list of available parameters and exposed variables for the h

For extensive examples you can have a look at the source of the pre-built UI components:

- [React collection component](https://github.com/spatie/laravel-medialibrary-pro/tree/master/resources/js/media-library-pro-react-attachment)
- [React attachment component](https://github.com/spatie/laravel-medialibrary-pro/tree/master/resources/js/media-library-pro-react-attachment)
- [React collection component](https://github.com/spatie/laravel-medialibrary-pro/tree/master/resources/js/media-library-pro-react-collection)

## Helper components
Expand Down

0 comments on commit 5190b06

Please sign in to comment.