TippyJs

UI Extension

Tippy.js is a highly customizable tooltip and popover library powered by Popper.js with animations, themes, and interactive content.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #98
KEY FEATURES
Tooltips
Popovers
Animations
Themes
Interactive content
Singleton mode
Touch support
Usage Example

Here's how you'll use TippyJs with Oorian once the extension is available:

Java
// Create and configure TippyJs component
TippyJs component = new TippyJs();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, TippyJsEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.