Add Magento 2 Hyva package to docs (#857)

* ADD: Hyva to 3de party section

* ADD: Hyva to readme

* IMP: description
This commit is contained in:
Sean van Zuidam
2022-11-08 08:08:26 +01:00
committed by GitHub
parent 2a1178b8a3
commit c7f73611ca
3 changed files with 46 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ Lucide is trying to expand the icon set as much as possible while staying faithf
- [Flutter](#flutter)
- [Svelte](#svelte)
- [Solid](#solid)
- [Hyva](#hyva)
- [Contributing](#contributing)
- [Community](#community)
- [License](#license)
@@ -240,6 +241,16 @@ npm install lucide-solid
For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-solid#lucide-solid).
### Hyva
Implementation of Lucide icon's using Hyvä's svg php viewmodal to render icons for Magento 2 Hyva theme based projects.
```sh
composer require siteation/magento2-hyva-icons-lucide
```
For more details, see the [documentation](https://github.com/Siteation/magento2-hyva-icons-lucide/blob/main/README.md).
## Contributing
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md).