reedware / nova-icons
Adds Vue components for various icons to Laravel Nova.
Installs: 724
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
- illuminate/support: >=5.6
README
Adds Vue components for various icons.
--
All components begin can be used with the <icon-*/>
syntax. Many of these icons are ported from other icon libraries, so some of them may look familar.
Installation (Using Composer)
composer require reedware/nova-icons
Icons
- Calendar (based on Font Awesome 5's far-calendar-alt icon)
- Code (based on Font Awesome 5's fas-code icon)
- Cogs (based on Font Awesome 5's fas-cogs icon)
- Cubes (based on Font Awesome 5's fas-cubes icon)
- Database (based on Font Awesome 5's fas-database icon)
- Layer Group (based on Font Awesome 5's fas-layer-group icon)
- Logout (based on Font Awesome 5's fas-sign-out-alt icon)
- Magic (based on Font Awesome 5's fas-magic icon)
- Project Diagram (based on Font Awesome 5's fas-project-diagram icon)
- Software (custom icon similar to Font Awesome 5's fas-desktop and fas-cube icons)
- Sort (custom icon that uses a bi-directional arrow, but is similar to Font Awesome 5's fas-sort-amount-up-alt icon)
- Tasks (based on Font Awesome 5's fas-tasks icon)