We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! Thank you for the template. I wanted to ask if you could throw some light on how I can implement the components.json file in the ui package?
components.json
{ "style": "default", "rsc": true, "tailwind": { "config": "tailwind.config.js", "css": "app/globals.css", "baseColor": "slate", "cssVariables": true }, "aliases": { "components": "@/components", "utils": "@/lib/utils" } }
More info- https://ui.shadcn.com/docs/changelog
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey! Thank you for the template. I wanted to ask if you could throw some light on how I can implement the
components.json
file in the ui package?More info- https://ui.shadcn.com/docs/changelog
The text was updated successfully, but these errors were encountered: