A collection of icons for Silverstripe elemental
This module provides a set of icons primarily used by the elements in thesyntro/silverstripe-elemental-bootstrap-collection
and other elements maintained by us.
You can use these icons standalone.
composer require syntro/silverstripe-elemental-icons
See License
To use, simply set the icon in the class using the elemental-icon-
prefix:
/**
* @var string
*/
private static $icon = 'elemental-icon-alert';
Icon | Name |
---|---|
accordion |
|
alert |
|
features |
|
gallery |
|
illustrated-features |
|
listgroup |
|
spotlight |
|
staff |
|
testimonial |
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.
If the issue does look like a new bug:
Please report security issues to the module maintainers directly. Please don’t file security issues in the bugtracker.
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.