-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
STATUS-2: team is working on thisScheduled for work by the core teamScheduled for work by the core team
Description
As Is
Not a blocker but maybe it's worth mentioning, on a fresh project after installing qwik-ui and the button component, I noticed class-variance-authority was not installed.
Repro Steps
- Create a new qwik project
- Install qwik-ui
pnpm dlx qwik-ui init - Install the button component
pnpm qwik-ui add button
To Be
Since the button component has an import from class-variance-authority I was expecting the cli to automatically add it on package.json, either on the lib install or when adding a component (e.g. button) that uses it.
maiieul
Metadata
Metadata
Assignees
Labels
STATUS-2: team is working on thisScheduled for work by the core teamScheduled for work by the core team
Type
Projects
Status
Done