You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ return [
218
218
];
219
219
```
220
220
221
-
> **Warning**
221
+
> [!WARNING]
222
222
> Always make sure you're pointing to existing directories.
223
223
224
224
#### Multiple Paths
@@ -242,7 +242,7 @@ return [
242
242
243
243
This gives you the benefit from grouping icons from different paths under a single set where you can define the same prefix and default classes.
244
244
245
-
> **Warning**
245
+
> [!WARNING]
246
246
> When using multiple paths instead of one, Blade Icons will return the first icon it finds when an icon name is present in more than one path. Please ensure you use unique icon names when registering multiple paths if you want to retrieve the correct icon.
247
247
248
248
### Filesystem Disk
@@ -311,7 +311,7 @@ return [
311
311
];
312
312
```
313
313
314
-
> **Note**
314
+
> [!NOTE]
315
315
> There's one caveat when using fallback icons and that is that they don't work when using [Blade Components](#components). In this case, Laravel will throw an exception that the component cannot be found. If you want to make use of fallback icons please consider one of the other usages.
316
316
317
317
### Prefixing Icons
@@ -405,7 +405,7 @@ Or any other attributes for that matter:
> With Blade components, using a prefix is always required, even when referencing icons from the default set.
410
410
411
411
#### Deferring icons
@@ -428,7 +428,7 @@ This will push the icons to the stack "bladeicons", you should load this stack a
428
428
</html>
429
429
```
430
430
431
-
> **Warning**
431
+
> [!WARNING]
432
432
> Deferring icons is only possible using the `<x-icon>` component. This [feature doesn't work](https://github.com/blade-ui-kit/blade-icons/issues/194#issuecomment-1175156423) with the `@svg` Blade directive or the `svg()` helper function.
0 commit comments