Replies: 2 comments 5 replies
-
Hi @bjarnef Good idea, this cannot be part of UI Library as this does not know about all the icons from Backoffice. But we do have a Backoffice Storybook as well, where this could take part. But I hear that you would like some better UX in terms of searching and grouping the icons? In that way I guess it all starts with the data, the data for icons is already made a JS Objects in Bellissima, so there is room to append more data. Keywords, grouping etc. We also got a verbal permission to use the data from https://github.com/glombek/umbicosaurus So the data is here, we just need to implement it :-) |
Beta Was this translation helpful? Give feedback.
-
Actually I just had to find the URL for the Backoffice Storybook, cause that already has this. Its right here: https://apidocs.umbraco.com/v15/ui/?path=/docs/umb-icons--docs I know that does not give the nice search UI, but it gives you an overview. |
Beta Was this translation helpful? Give feedback.
-
Currently we have an overview on essential icons here: https://uui.umbraco.com/?path=/docs/uui-icon-registry-essential--docs
But there are more icons included, which are lazy loaded in new backoffice.
I have used this overview of icons in old backoffice: https://nicbell.github.io/ucreate/icons.html
However it is sometimes difficult to find the right icon unless one search by name.
It has been suggested in past to attach meta data to icons umbraco/Umbraco-CMS#9122 , it could be a category and/or different tags.
I like something like this overview, which allow to search by name or keyword and furthermore seems to be grouped by category:
https://circuit.sumup.com/?path=/docs/features-icons--docs
It is very much similar to how it works in overview of Lucide icons: https://lucide.dev/icons/categories
I think part of this may require additions to UI library, but eventually also implementation/extention in backoffice repository.
Beta Was this translation helpful? Give feedback.
All reactions