PHPackages                             elbytes/nova-tooltip-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. elbytes/nova-tooltip-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

elbytes/nova-tooltip-field
==========================

A tooltip field for Nova apps

1.1(4y ago)44.6k3MITVuePHP &gt;=7.1.0

Since Mar 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/elevenbytes/nova-tooltip-field)[ Packagist](https://packagist.org/packages/elbytes/nova-tooltip-field)[ Docs](https://github.com/elevenbytes/nova-tooltip-field)[ RSS](/packages/elbytes-nova-tooltip-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

A tooltip field for Nova apps
=============================

[](#a-tooltip-field-for-nova-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4db18200206a2b6a23a41cf6878dded735cd97b188849c60d03d24fc2538b641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c62797465732f6e6f76612d746f6f6c7469702d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elbytes/nova-tooltip-field)[![Total Downloads](https://camo.githubusercontent.com/155e8649ed5207587a77389db3304d6f1fa16185904e351c9ffe8fe5a0d78f51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c62797465732f6e6f76612d746f6f6c7469702d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elbytes/nova-tooltip-field)

With this tooltip field, you can hide some optional content.
On the index page, this field will work as a tooltip, on all other pages, it's just a text field.

 [![Demo video](demo.gif)](demo.gif)Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require elbytes/nova-tooltip-field
```

Usage
-----

[](#usage)

In your resource class, add the following to your fields method:

```
use Elbytes\NovaTooltipField\Tooltip;

....

Tooltip::make('Type', 'type'),

// OR

Tooltip::make('Type', 'type')
       ->setDefaultIcon('...') // Optional
       ->setDependIcons([
           'fieldValue' => '...',
           'fieldValue2' => '...',
       ]), // Optional
```

### Using with your own icon

[](#using-with-your-own-icon)

To change the default icon, you need to use the setDefaultIcon method.

```
use Elbytes\NovaTooltipField\Tooltip;

....

Tooltip::make('Type', 'type')
    ->setDefaultIcon('...')
```

### Value-dependent icons

[](#value-dependent-icons)

Sometimes the icon has to change depending on the value of the field, you can use the setDependIcons method for this.

```
use Elbytes\NovaTooltipField\Tooltip;

....

Tooltip::make('Type', 'type')
       ->setDependIcons([
           'fieldValue' => '...',
           'fieldValue2' => '...',
       ]),
```

Contribution
------------

[](#contribution)

All contributions, big or small, are welcome!

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~107 days

Total

2

Last Release

1775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fcab536a221c1b5532e8f4d9c921007137e1bf034535f643ea0d97ead5ef7f3?d=identicon)[elbytes-admin](/maintainers/elbytes-admin)

---

Top Contributors

[![vkazakevich](https://avatars.githubusercontent.com/u/9676524?v=4)](https://github.com/vkazakevich "vkazakevich (6 commits)")

---

Tags

laravellaravel-nova-fieldnovaphplaravelnova

### Embed Badge

![Health badge](/badges/elbytes-nova-tooltip-field/health.svg)

```
[![Health](https://phpackages.com/badges/elbytes-nova-tooltip-field/health.svg)](https://phpackages.com/packages/elbytes-nova-tooltip-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
