ui
ui copied to clipboard
CLI always puts components in components/ui
This should be a question along with the others in the installer code. Assuming /ui forces a certain tree structures that may not be how a dev prefers things.
The ui
part is hardcoded for now. It's on the roadmap to make this configurable. As a workaround for now, you can pass in a --path
like this:
npx shadcn-ui@latest add button --path=components/foo/bar
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.