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
To create and improve many of our components fast, we can use the shadcn/ui port for vue (https://github.com/radix-vue/shadcn-vue).
The idea behind the project is to provide a possibility to share base components but not via npm dependency. It 'just' copy the component template to the src directory. So we can then customize the component to our needs. It is possible to update the component but it will then overwrite the component customization. So this can be a bit cumbersome.
To create and improve many of our components fast, we can use the shadcn/ui port for vue (https://github.com/radix-vue/shadcn-vue).
The idea behind the project is to provide a possibility to share base components but not via npm dependency. It 'just' copy the component template to the src directory. So we can then customize the component to our needs. It is possible to update the component but it will then overwrite the component customization. So this can be a bit cumbersome.
I think we should try this in a separate branch.
There are also other similar tools:
The text was updated successfully, but these errors were encountered: