carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
598 stars 177 forks source link

Problems getting started #1548

Open dedicated-1 opened 8 months ago

dedicated-1 commented 8 months ago
//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 commented 6 months ago

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

github-actions[bot] commented 3 weeks ago

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.