Replies: 1 comment
|
The ones still importing directly from One more thing worth checking on your setup specifically: the current lucide package for shadcn-vue is Practical path for now: for any component that shows up hardcoded to |
|
The ones still importing directly from One more thing worth checking on your setup specifically: the current lucide package for shadcn-vue is Practical path for now: for any component that shows up hardcoded to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I initialized a project using a custom icon library:
The generated
components.jsoncorrectly includes:{ "iconLibrary": "hugeicons" }Then I added all components:
After generation, I inspected the codebase:
Result:
@hugeicons/vuelucide-vue-nextExample:
Observation
There is a mismatch between
components.jsonconfiguration and the generated component code.Clarification needed
iconLibraryexpected to affect all generated components?All reactions