Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/)
- Host: GitHub
- URL: https://github.com/jenkinsci/popper-api-plugin
- Owner: jenkinsci
- License: mit
- Created: 2019-11-07T13:05:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T16:57:31.000Z (over 1 year ago)
- Last Synced: 2024-10-08T11:44:33.365Z (4 months ago)
- Topics: api-plugin, deprecated
- Language: Shell
- Homepage: https://plugins.jenkins.io/popper-api/
- Size: 306 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- License: LICENSE
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]
--------