vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

Single component installation

Open m0ksem opened this issue 1 year ago • 2 comments

image

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.

m0ksem avatar Nov 16 '23 17:11 m0ksem

I'd like to collect feedback from users before implementation.

m0ksem avatar Nov 16 '23 17:11 m0ksem

Can you explain why this is useful? Seems like a bit of an edge case to me.

asvae avatar Nov 17 '23 05:11 asvae