Skip to content

Commit

Permalink
Update docs/03. advanced-examples/17. completely-custom-styles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley authored Nov 29, 2024
1 parent 001cd96 commit ceae214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03. advanced-examples/17. completely-custom-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ While Livewire Autocomplete comes with some default styles, to make getting up a
## Using custom components for styling
Instead of having to repeat custom styles every time you implement the autcomplete component, we recommend creating custom blade components that wrap up the components from this package.

To do this, we recommend disabling the global namespace in the [autocomplete config](https://dev.livewire-autocomplete.com/docs/installation#publishing-the-config) by setting `use_global_namespace` to `false`. See [[#Namespaced components]].
To do this, we recommend disabling the global namespace in the [autocomplete config](/docs/installation#publishing-the-config) by setting `use_global_namespace` to `false`. See [[#Namespaced components]].

By disabling the global namespace, it allows you to create your own component with the same names. Now in your `resources/view/components` directory, create a new directory called `autocomplete`.

Expand Down

0 comments on commit ceae214

Please sign in to comment.