Currently, I am customizing metabase open source as client 's needs.
Now, I needs some icons in newly developed components.
I want to see all available icons that metabase frontend provides in default.
I can't find fontawesome or any similar libraries ' dependency in package.json.
Questions:
What is the metabase 's default icon library ?
Are there any page that list all available icons in metabase ?
Hi @danchen327
Metabase has it's own icon library.
You can use yarn storybook or go to the address https://localhost:3000/_internal on development instance.
@danchen327 I don't understand what your question is, Metabase doesn't really use any frameworks. You can see all the source code of Metabase, so you can see exactly which dependencies are included.