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

iron-icon is not incompatible with my version #11

Open
feidudu1 opened this issue Nov 8, 2017 · 3 comments
Open

iron-icon is not incompatible with my version #11

feidudu1 opened this issue Nov 8, 2017 · 3 comments

Comments

@feidudu1
Copy link

feidudu1 commented Nov 8, 2017

<iron-icon icon="paper-dropdown-menu:arrow-drop-down" suffix="" slot="suffix"></iron-icon>

the icon will not show, but if I change it to

<iron-icon icon="arrow-drop-down" suffix="" slot="suffix"></iron-icon>

the icon will show
how did i realize it with configuration?

@feidudu1
Copy link
Author

feidudu1 commented Nov 8, 2017

solve:must install 'paper-dropdown-menu'

@Juravenator
Copy link
Owner

the icon you mentioned is actually declared in the code. And the dependency to paper-dropdown-menu is in bower.json.

So now I'm curious how this was missing for you.

@feidudu1
Copy link
Author

feidudu1 commented Nov 16, 2017

because i import "../bower_components/iron-icons/iron-icons.html"
not "../bower_components/iron-icon/iron-icon.html"
so
icon="arrow-drop-down" is valide and show
icon="paper-dropdown-menu:arrow-drop-down" is not valide

@github-staff github-staff deleted a comment from jigar-jstechno Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants