From b79ed7aa84a0d664c09b93e8fc14da0664961ae3 Mon Sep 17 00:00:00 2001 From: grimlink Date: Wed, 23 Feb 2022 23:02:31 +0100 Subject: [PATCH] IMP: readme with bootstrap sample --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22dcb0f..ab5c2a3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Hyva Themes Module](https://img.shields.io/badge/Hyva_Themes-Module-3df0af.svg?longCache=true&style=for-the-badge)](https://hyva.io/) ![License](https://img.shields.io/github/license/fylgja/fylgja?color=%23234&style=for-the-badge) -This Magento 2 module adds the option to use Bootstrap Icons in your Hyva frontend. +This Magento 2 module adds the option to use [Bootstrap Icons](https://icons.getbootstrap.com/) in your Hyva frontend. This requires that you have a working Hyva frontend, this icon pack was made specifically for Hyva Themes and will not work out of the box with any other frontend. @@ -42,7 +42,7 @@ $bootstrapIcons = $viewModels->require(BootstrapIcons::class); and use the Bootstrap Icons just as the HeroIcons in Hyva; ```php -menuHtml('p-1', 24, 24, ["aria-label" => "Open menu"]) ?> +listHtml('p-1', 24, 24, ["aria-label" => "Open menu"]) ?> ``` ### Using SVG icons in CMS content @@ -70,4 +70,4 @@ _If you are looking for a Luma based option [checkout this icon pack instead](ht ## Icon License -[Bootstrap Icons](https://github.com/colebemis/feather) used in this module were created by [The Bootstrap Authors](https://github.com/feathericons) under a [MIT License, found here](https://github.com/twbs/icons/blob/main/LICENSE.md) +[Bootstrap Icons](https://github.com/twbs/icons) used in this module were created by [The Bootstrap Authors](https://github.com/twbs) under a [MIT License, found here](https://github.com/twbs/icons/blob/main/LICENSE.md)