Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenkinsci/popper2-api-plugin

Jenkins plug-in that provides Popper.js 2.x (https://popper.js.org/)
https://github.com/jenkinsci/popper2-api-plugin

api-plugin deprecated

Last synced: 4 months ago
JSON representation

Jenkins plug-in that provides Popper.js 2.x (https://popper.js.org/)

Awesome Lists containing this project

README

        

:tip-caption: :bulb:

= Popper.js 2 Jenkins Plugin

image:https://ci.jenkins.io/job/Plugins/job/popper2-api-plugin/job/master/badge/icon?subject=Jenkins%20CI[Jenkins, link=https://ci.jenkins.io/job/Plugins/job/popper2-api-plugin/job/master/]
image:https://github.com/jenkinsci/popper2-api-plugin/workflows/GitHub%20CI/badge.svg?branch=master[GitHub Actions, link=https://github.com/jenkinsci/popper2-api-plugin/actions]
image:https://img.shields.io/github/issues-pr/jenkinsci/popper2-api-plugin.svg[GitHub pull requests, link=https://github.com/jenkinsci/popper2-api-plugin/pulls]

Provides https://popper.js.org[Popper.js] 2 for Jenkins Plugins. Popper can
easily position tooltips, popovers or anything else with just a line of code.

== How to use the plugin

In order to use this JS library, add a maven dependency to your pom:

[source,xml]
----

io.jenkins.plugins
popper2-api
[latest version]

----

Then you can use Popper.js 2 in your jelly files using the following snippet:

[source,xml]
----

----