Icon Groups
If you wish to group together a set of icons or text, it can easily be accomplished with the .group
class.
This add-on requires the font-size()
, vendor()
, breakpoint()
mixins, and $base-font-size
variable in order for the SASS or LESS files to compile without modification.
All of the icons used the examples below are from a modified version of the Font Awesome icon font library.
Basic
Wrap elements with the .group-item
inside of an element with the .group
class.
Left
Center
Right
Pagination
The .group
class can be used for many things. Here is an example of pagination being built using the class.
Icon Groups
Icons also can be wrapped inside of the .group
class.
Dropdowns
The .dropdown
class can be added to any of the .group-item
classes.