naif / text-with-icon
A Laravel Nova text field with custom icon.
Installs: 18 434
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2024-11-21 02:10:28 UTC
README
A Laravel Nova text field with a custom icon
Installation:
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/text-with-icon
Usage:
Add the below to nova/resources/views/layout.blade.php
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
Add the below to Nova/User.php resource:
TextWithIcon::make('test') ->icon('fab fa-twitter-square') //set icon full name. Browse icon gallery at https://fontawesome.com/icons?d=gallery&m=free ->position('in') //here you can set icon position to be inside or outside the text field. ->color('#1997EF'),//also you can set icon color
Support:
https://www.linkedin.com/in/naif
License:
The MIT License (MIT). Please see License File for more information.