-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comments
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. |
so how do i get a list of the icon names. seems the enum was deprecated? |
the @uifabric/icons package should have something you can use |
Awesome, thanks! |
you'd need to change the layout styles yourself. it doesn't support multi row content. |
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.
The text was updated successfully, but these errors were encountered: