outl1ne/nova-tooltip-field

A tooltip field for Laravel Nova.

Downloads

50888

Stars

3

Version

1.0.3

Nova Tooltip Field

Latest Version on Packagist Total Downloads

This Laravel Nova package adds a tooltip field to Nova's arsenal of fields.

Requirements

  • php: >=8.0
  • laravel/nova: ^4.0

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require outl1ne/nova-tooltip-field

Usage

use Outl1ne\NovaTooltipField\Tooltip;

public function fields(Request $request) {
    Tooltip::make('Content', 'someValue')
      ->text('Text displayed as field value')
      ->content('Content displayed in tooltip'),
}

Credits

License

Nova Tooltip Field is open-sourced software licensed under the MIT license.

outl1ne

Author

outl1ne