You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, all components and blocks under the project can only be added to the project by copying and pasting. This is not engineering-friendly. I looked at how shadcn/ui is used, and compared with tremor and shadcn/ui, they can work well together, and tremor is also adding vercel. So, can I refer to the implementation of shadcn/ui to support cli to add components and blocks?
What problem does this feature solve?
At present, all components and blocks under the project can only be added to the project by copying and pasting. This is not engineering-friendly. I looked at how shadcn/ui is used, and compared with tremor and shadcn/ui, they can work well together, and tremor is also adding vercel. So, can I refer to the implementation of shadcn/ui to support cli to add components and blocks?
What does the proposed API look like?
Maybe something like this,
npx tremor add component xxx
npx tremor add block xxx
https://ui.shadcn.com/docs/components/button
The text was updated successfully, but these errors were encountered: