redwoodjs / rw-shad

Generate components in your RedwoodJS project
MIT License
7 stars 1 forks source link

Dependencies are lowercase, and import path is wrong #5

Open Tobbe opened 7 months ago

Tobbe commented 7 months ago

When adding form it will also add label, however, the filename of the label component is lowercase label.tsx. I want it to be CamelCase Label.tsx.

Also, the import path becomes src/components/ui/ui/label, it shouldn't have the double ui in there