Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/)
- Host: GitHub
- URL: https://github.com/jenkinsci/popper2-api-plugin
- Owner: jenkinsci
- License: mit
- Created: 2021-04-18T13:12:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T07:04:57.000Z (7 months ago)
- Last Synced: 2024-09-30T09:21:19.082Z (4 months ago)
- Topics: api-plugin, deprecated
- Language: Shell
- Homepage: https://plugins.jenkins.io/popper2-api/
- Size: 404 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- License: LICENSE
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]
--------