Stellt Icons von https://icons.getbootstrap.com/ und die REDAXO 5.17-eingebauten https://fontawesome.com/search mit einem Icon-Auswahlfeld zur Verfügung.
Verwende das Value bi_iconpicker
, um einen Icon Picker für Bootstrap Icons zur Verfügung zu stellen.
Verwende das Value fa6_iconpicker
, um einen Icon Picker für Fontawesome 6 (Free) zur Verfügung zu stellen.
<!-- Allgemeines Beispiel - so muss der Quellcode aussehen -->
<div class="input-group">
<span class="input-group-addon selected-icon-0"></span>
<input type="text" data-bi-iconpicker="0" value="bi-cloud-fog2" class="form-control bi-iconpicker" />
</div>
<!-- Beispiel für Moduleingaben - `#` anpassen -->
<div class="input-group">
<span class="input-group-addon selected-icon-#"></span>
<input type="text" data-bi-iconpicker="#" name="REX_INPUT_VALUE[#]" value="REX_VALUE[#]" class="form-control bi-iconpicker" />
</div>
<!-- Allgemeines Beispiel - so muss der Quellcode aussehen -->
<div class="input-group">
<span class="input-group-addon selected-icon-0"></span>
<input type="text" data-fa-iconpicker="0" value="rex-icon fa-cloud-fog2" class="form-control fa6-iconpicker" />
</div>
<!-- Beispiel für Moduleingaben - `#` anpassen -->
<div class="input-group">
<span class="input-group-addon selected-icon-#"></span>
<input type="text" data-bi-iconpicker="#" name="REX_INPUT_VALUE[#]" value="REX_VALUE[#]" class="form-control fa6-iconpicker" />
</div>
Die Verwendung im Frontend bleibt dem Entwickler überlassen. Nutze die beiliegende Icon-Schrift oder lade das passende SVG von https://icons.getbootstrap.com/ bzw. FontAwesome 6.
MIT Lizenz, siehe LICENSE
Friends Of REDAXO http://www.redaxo.org https://github.com/FriendsOfREDAXO
Projekt-Lead
Alexander Walther
Basierend auf https://www.cssscript.com/bootstrap-5-icon-picker/, vorarbeit geleistet unter https://github.com/alexplusde/bs5_iconpicker