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
- Host: GitHub
- URL: https://github.com/beyris-eu/ui-icons-example
- Owner: Beyris-eu
- Created: 2024-09-23T08:35:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T11:03:42.000Z (over 1 year ago)
- Last Synced: 2025-02-13T12:24:42.590Z (over 1 year ago)
- Topics: drupal
- Language: JavaScript
- Homepage: https://www.drupal.org/project/ui_icons
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!