Laravel Nova icon Nova Packages

Readme

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.

Back to Top
Added 2 years ago
Last updated 3 Years Ago
Version 1.0.3
Nova Version ^4.0
Composer
outl1ne/nova-tooltip-field
GitHub stars 2
Packagist downloads 91,129

Favorites

0 users favorited

Rating

0.00
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Author

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas