Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

api-plugin deprecated

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

:tip-caption: :bulb:

= Popper.js Jenkins Plugin

image:https://img.shields.io/badge/Jenkins-2.249.1-green.svg?label=min.%20Jenkins[Jenkins Version, link=https://jenkins.io/download/lts]
image:https://ci.jenkins.io/job/Plugins/job/popper-api-plugin/job/master/badge/icon?subject=Jenkins%20CI[Jenkins, link=https://ci.jenkins.io/job/Plugins/job/popper-api-plugin/job/master/]
image:https://github.com/jenkinsci/popper-api-plugin/workflows/GitHub%20CI/badge.svg?branch=master[GitHub Actions, link=https://github.com/jenkinsci/popper-api-plugin/actions]

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

This plugin contains the latest https://www.webjars.org[WebJars] release and corresponding Jenkins UI elements.

== How to use the plugin

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

[source,xml]
----

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

----

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

[source,xml]
----

----