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

Does fabric have an Icon Picker? #11399

Closed
russgove opened this issue Dec 8, 2019 · 5 comments
Closed

Does fabric have an Icon Picker? #11399

russgove opened this issue Dec 8, 2019 · 5 comments

Comments

@russgove
Copy link

russgove commented Dec 8, 2019

Does Fabric have an Icon Picker that lets me code a component to let users select an icon from the fabric Icons? I'm working in SPFX.

@micahgodbolt
Copy link
Member

nothing built in. You can use a dropdown with a custom item render to do that. I believe that's what they have in the office ribbon.

@russgove
Copy link
Author

russgove commented Dec 9, 2019

so how do i get a list of the icon names. seems the enum was deprecated?
#7110

@micahgodbolt
Copy link
Member

@russgove
Copy link
Author

russgove commented Dec 9, 2019

Awesome, thanks!
any idea if the fabric combo box has the ability to display the drop down options with more than one option per Row? like they show in #7110

@micahgodbolt
Copy link
Member

you'd need to change the layout styles yourself. it doesn't support multi row content.

@microsoft microsoft locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants