Skip to content

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

License

Notifications You must be signed in to change notification settings

outl1ne/nova-tooltip-field

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published