With the STACKIT-Badge you can mark internal and external websites and applications that run on, are sponsored or supported by STACKIT.
There are three different types of STACKIT badges.
- Badge
- Ribbon
- Flag
To use them in your project just drop add the library via NPM and add following snippets in your code:
<stackit-badge></stackit-badge>
<stackit-badge badge-type="ribbon"></stackit-badge>
<stackit-badge badge-type="flag"></stackit-badge>
You can configure the badge color and hosting type with badge-color
and hosting-type
<stackit-badge badge-type="flag" badge-color="yellow"></stackit-badge>
<stackit-badge hosting-type="poweredby" badge-color="yellow"></stackit-badge>
Attention: The color white
is only working on the badge of type flag
and poweredby
is only available for badges of type badge