2017 © Pedro Peláez
 

project multiple-icon-fonts-bundle

Bundle containing a set of icon-fonts + twig-functions

image

nickolaus/multiple-icon-fonts-bundle

Bundle containing a set of icon-fonts + twig-functions

  • Tuesday, October 11, 2016
  • by NickolausOne
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MultipleIconFontsBundle

SymfonyBundle using multiple icon fonts + Twig Function, (*1)

Currently bundled icon-font-sets:, (*2)

Usage:

Unitl a tagged release is published use:, (*3)

composer require nickolaus/multiple-icon-fonts-bundle:dev-master

Or config via composer.json ``` json { "require": { "nickolaus/multiple-icon-fonts-bundle": "dev-master" } }, (*4)


#### Twig function calls: ```twig {{ icon('title', 'fontset', 'icon-attributes' }}

```twig {{ icon_fontawesome('title', 'icon-attributes' }}, (*5)

```twig
{{ icon_glyphicon('title', 'icon-attributes' }}

```twig {{ icon_material_design('title', 'icon-attributes' }}, (*6)

```twig
{{ icon_ionicons('title', 'icon-attributes' }}

All icon-attributes are prefixes with icon-, (*7)

Valid icon attributes are:

  • in progress....

Planned Features:

  • octicons intetration
  • foundation-icons interation

Known Issues:

  • css classes for rotating are not working on all font-sets

Thanks to:

The Versions