for file in components/ui/*.tsx; do
  component=$(basename "$file" .tsx)
  yes | npx shadcn@latest add "$component"
done