We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bcb7d commit 6c737d1Copy full SHA for 6c737d1
README.md
@@ -29,7 +29,7 @@ Add this line to your main layout so the widget gets loaded automatically into e
29
<?= \bluezed\scrollTop\ScrollTop::widget() ?>
30
```
31
32
-To customize the class of the <i> and <a>-tags generated by the widget use the following syntax:
+To customize the class of the i and a-tags generated by the widget use the following syntax:
33
```php
34
<?= \bluezed\scrollTop\ScrollTop::widget([
35
'i_class' => 'glyphicon glyphicon-menu-up bluezed-scroll-top-circle my_custom_class',
0 commit comments