vuestic-ui
vuestic-ui copied to clipboard
Single component installation
We need a button where is guide how you can install this component without other components.
Maybe show this in modal:
import { createVuesticEssential, VaCarousel } from "vuestic-ui";
import 'vuestic-ui/styles/essential.css'
const app = createApp(App)
app.use(createVuesticEssential({
components: { VaCarousel }
}))
Reason: often user want to install single component without whole framework. We also need to improve SEO here, so it is easier to find Carousel for vue.
I'd like to collect feedback from users before implementation.
Can you explain why this is useful? Seems like a bit of an edge case to me.