Download the PHP package naykel/iconit without Composer
On this page you can find all versions of the php package naykel/iconit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download naykel/iconit
More information about naykel/iconit
Files in naykel/iconit
Download naykel/iconit
More information about naykel/iconit
Files in naykel/iconit
Vendor naykel
Package iconit
Short Description Icon components for NAYKEL Laravel applications
License MIT
Homepage https://naykel.com.au
Package iconit
Short Description Icon components for NAYKEL Laravel applications
License MIT
Homepage https://naykel.com.au
Please rate this library. Is it a good library?
Informations about the package iconit
Iconit
https://naykel.site/docs/iconit/introduction
This is a guide only and may not work perfectly!
Adding New Icons
For consistency:
- icons should be saved 20 high
- icons should not have any fill color
Step 1. Save SVG files in resources/views/components
.
Step 2. change extension from svg
to blade.php
You can batch update the file extensions by running the following command in the resources/views/components
directory.
Step 3. Remove fill color
Using the editor find and replace, remove the fill colour to allow default styles to work.
Step 4. Add $attributes
Search for
<svg xmlns="http://www.w3.org/2000/svg"
Replace with
<svg {{ $attributes }} xmlns="http://www.w3.org/2000/svg"
All versions of iconit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package naykel/iconit contains the following files
Loading the files please wait ....