An open API service indexing awesome lists of open source software.

https://github.com/beyris-eu/ui-icons-example

Mirror for https://gitlab.com/ui-icons/ui-icons-example
https://github.com/beyris-eu/ui-icons-example

drupal

Last synced: about 1 month ago
JSON representation

Mirror for https://gitlab.com/ui-icons/ui-icons-example

Awesome Lists containing this project

README

          

# Example for Drupal UI Icons

Drupal 11.1 include a new [Icon API](https://www.drupal.org/docs/develop/drupal-apis/icon-api)

For Drupal ^10.3 < 11.1, a contrib module `ui_icons_backport` is included in project
[UI Icons](https://www.drupal.org/project/ui_icons) to provide the same API as in core.

This repository include several examples mostly on common popular Icon packs to
be integrated in Drupal.

> **EXAMPLES HERE MUST BE ADAPTED**
This is a starting point to adapt and add in your own theme or module.

Some real world themes using this Icon API:

* [UI Suite Bootstrap 5.x](https://www.drupal.org/project/ui_suite_bootstrap) include [Bootstrap icons](https://git.drupalcode.org/project/ui_suite_bootstrap/-/blob/5.1.x/ui_suite_bootstrap.icons.yml)
* [UI Suite DSFR](https://www.drupal.org/project/ui_suite_dsfr) include [DSFR icons](https://git.drupalcode.org/project/ui_suite_dsfr/-/blob/1.1.x/ui_suite_dsfr.icons.yml)
* [UI Suite USWDS](https://www.drupal.org/project/ui_suite_uswds) include [USWDS icons](https://git.drupalcode.org/project/ui_suite_uswds/-/blob/4.0.x/ui_suite_uswds.icons.yml)
* [UI Suite DaisyUI](https://www.drupal.org/project/ui_suite_daisyui) include [Hero icons](https://git.drupalcode.org/project/ui_suite_daisyui/-/blob/4.0.x/ui_suite_daisyui.icons.yml)

Feel free to propose your definition to share with the community!