rozd/IconKit Ribbon
Add environment ribbons (UAT/QA/DEV/etc.) to iOS .icon bundles and Android adaptive icons.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| text | Text to render on the ribbon (e.g. "UAT", "QA", "DEV"). | yes | — |
| input | Path to input icon (.icon bundle, adaptive icon XML, or Android res/ directory). | yes | — |
| output | Path to output location. Defaults to the input path for in-place modification. | no | "" |
| placement | Ribbon placement: top, bottom, topLeft, topRight. | no | bottom |
| size | Ribbon height as a factor of icon height (0.0–1.0). | no | 0.24 |
| offset | Offset from edge as a factor of icon height (0.0–1.0). | no | 0.0 |
| background | Ribbon background color as hex (e.g. "#B92636" or "#B92636FF"). | no | #B92636 |
| foreground | Text color as hex (e.g. "#FEFAFA"). | no | #FEFAFA |
| font | Font family name. Defaults to Helvetica Neue Bold. | no | "" |
| font-scale | Text size as a factor of ribbon height (0.0–1.0). | no | 0.6 |
| version | IconKit release to use (e.g. "v1.2.3"). Defaults to the release matching the action ref, or latest. | no | "" |
Outputs
no outputs