Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for class+text icons like Google Material Icons #21

Closed
LMarcinkowski opened this issue Aug 19, 2016 · 1 comment
Closed

Comments

@LMarcinkowski
Copy link

Just simple another option:

if (options.iconText !== null){
this.$header.find('.'+PLUGIN_NAME+'-header-icon').html( options.iconText);
}

https://design.google.com/icons/

@marcelodolza
Copy link
Owner

Thank you @snuuve, is scheduled for next update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants