Skip to content
New issue

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

Namespace components #19

Closed
bilfeldt opened this issue Dec 16, 2022 · 0 comments · Fixed by #24
Closed

Namespace components #19

bilfeldt opened this issue Dec 16, 2022 · 0 comments · Fixed by #24
Milestone

Comments

@bilfeldt
Copy link
Owner

All components are currently prefixed with flash like

<x-flash-alert ... />

but we should use vendor namespacing like

<x-flash::alert ... />`

which is done by registering the components using componentNamespace() which is not supported by the spatie/laravel-package-tools package.

@bilfeldt bilfeldt added this to the v1.0 milestone Dec 16, 2022
bilfeldt added a commit that referenced this issue Dec 16, 2022
Use namespace for components instead of prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant