outl1ne/nova-tooltip-field

A tooltip field for Laravel Nova.

Installs: 52 867

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Open Issues: 0

Language:Vue

1.0.3 2022-10-20 12:52 UTC

This package is auto-updated.

Last update: 2024-04-20 16:15:47 UTC


README

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.