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

Problems getting started #1548

Open
dedicated-1 opened this issue Oct 24, 2023 · 1 comment
Open

Problems getting started #1548

dedicated-1 opened this issue Oct 24, 2023 · 1 comment

Comments

@dedicated-1
Copy link

//this works
import { Bee32 } from "@carbon/icons-vue"; 
<Bee32 />

But I can't find the correct tag name (like Bee32) for all the other icons?
Where can I find them, I've been searching for hours. There are lists of the icons but what do you put in the tag like Bee32. Bee32 is in the example so thats why I know it. Am I retarded?

@davidnixon
Copy link
Collaborator

lol the vue icons are published from the main carbon site
https://github.com/carbon-design-system/carbon/tree/main/packages/icons-vue

For me I go to the library https://carbondesignsystem.com/guidelines/icons/library/ to find an icon I like and the click the </> icon to get the proper name and then I add 32 (or 16 or 20) to it. So in this example I would use:
import { ModelTuned32 } from "@carbon/icons-vue";
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants