-
-
Notifications
You must be signed in to change notification settings - Fork 86
Blade UI Kit Icons
tanthammar edited this page Nov 13, 2020
·
1 revision
php artisan config:clear
composer require blade-ui-kit/blade-icons
php artisan vendor:publish --tag=blade-icons
By default svg icons looks really bad,
this package provides an svg-icon
class (in the theme css),
to style them properly.
Add the svg-icon
class to config/blade-icons.php
and uncomment the default
icon set in config/blade-icons.php
This is how my config/blade-icons.php looks like:
<?php
return [
'sets' => [
'default' => [
'path' => 'resources/svg',
'prefix' => 'icon',
'class' => '',
],
],
'class' => 'svg-icon',
];
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications