Download the PHP package marshmallow/nova-tooltip-field without Composer

On this page you can find all versions of the php package marshmallow/nova-tooltip-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nova-tooltip-field

Version Issues Licence

Laravel Nova Totals footer

This Laravel Nova field enables you to make use of the default Nova Tooltip component.

Screenshot

Requirements

Installation

Install via composer:

Usage

The usage is extreamly simple. You just call the field as you whould any other Nova Field. The example below is the same as we have used to create the screenshot on top of this page.

Options

All the options that are available on the Nova Tooltip component can be set via the methods listed below.

Method Description
distance(0) Sets the distance between the tooltip and the target element.
skidding(20) Adjusts the offset of the tooltip along the target element.
boundary('window') Defines the boundary within which the tooltip should be constrained.
placement('left') Specifies the position of the tooltip relative to the target element. E.g. auto, auto-start, auto-end, top, top-start, top-end, right, right-start, right-end, bottom, bottom-start, bottom-end, left, left-start or left-end
triggers(['hover']) Sets the events that trigger the tooltip. E.g. click, hover, focus or touch
autoHide(true) Determines whether the tooltip should automatically hide after showing.
tooltip('Hover me!') Sets the text content of the tooltip.
tooltipIcon('information-circle') Specifies the icon to be displayed in the tooltip. This can be a string or a callble.
tooltipIconType('outline') Defines the style of the tooltip icon. E.g. solid, outline, mini or micro
preventOverflow(false) Prevents the tooltip from overflowing its boundary.
theme('plain') Sets the theme of the tooltip. E.g. nova, tooltip, dropdown, menu or plain
maxWith(400) Defines the maximum width of the tooltip.
tooltipTriggerStyling('text-green-500 dark:text-green-400') Set the color classes that need to be used for the tooltip trigger text and for the tooltip trigger icon.
tooltipTriggerTextStyling('text-green-500 dark:text-green-400') Set the color classes that need to be used for the tooltip trigger text.
tooltipTriggerIconStyling('text-green-500 dark:text-green-400') Set the color classes that need to be used for the tooltip trigger icon.

Options with a little bit more context

tooltipIcon

The tooltipIcon method will accept a string, being an icon name, or it will accept a callable where you can "calculate" the icon you want to use. E.g.

tooltipTriggerTextStyling and tooltipTriggerIconStyling

The tooltipTriggerTextStyling and tooltipTriggerIconStyling methods will accept a string, being a class name, or it will accept a callable where you can "calculate" the class you want to use. The second parameter of this method tells the tooltip if we need to use this value as a class or as an inline styling. By default this method will use your value as classes, set the as_inline_style to true and it will use inline styling.

Licence

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

💖 Sponsorships

If you are reliant on this package in your production applications, consider sponsoring us! It is the best way to help us keep doing what we love to do: making great open source software.

Contributing

Feel free to suggest changes, ask for new features or fix bugs yourself. We're sure there are still a lot of improvements that could be made, and we would be very happy to merge useful pull requests.

Special thanks to

Made with ❤️ for open source

At Marshmallow we use a lot of open source software as part of our daily work. So when we have an opportunity to give something back, we're super excited!

We hope you will enjoy this small contribution from us and would love to Twitter for more updates!


All versions of nova-tooltip-field with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^10.0|^11.0|^12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package marshmallow/nova-tooltip-field contains the following files

Loading the files please wait ....