carbon-components-vue icon indicating copy to clipboard operation
carbon-components-vue copied to clipboard

Problems getting started

Open dedicated-1 opened this issue 1 year ago • 1 comments

//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?

dedicated-1 avatar Oct 24 '23 03:10 dedicated-1

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

davidnixon avatar Dec 08 '23 19:12 davidnixon

This issue has been marked as stale because it has required additional info or a response from the author for over 14 days. When you get the chance, please comment with the additional info requested. Otherwise, this issue will be closed in 14 days.

github-actions[bot] avatar Jun 10 '24 17:06 github-actions[bot]

This issue has been closed because it has received no activity for 28 days.

github-actions[bot] avatar Aug 25 '24 08:08 github-actions[bot]