unovue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
5.35k stars 319 forks source link

[Feature]: Improve the `Installation` section for each components #31

Closed zernonia closed 1 year ago

zernonia commented 1 year ago

Describe the feature

Currently in https://www.shadcn-vue.com/docs/components/avatar.html#installation only shows the CLI installation, however some components has more steps to that. eg Accordion.

Let's update all the Installation section for components 😁

Additional information

CooperHash commented 1 year ago

what's that means? like Accordion, manual installation is use import { AccordionRoot, AccordionContent, AccordionItem, AccordionTrigger } from'radix-vue' is there any other thing need to be done?

zernonia commented 1 year ago

@CooperHash some components has more steps than CLI install.

https://ui.shadcn.com/docs/components/accordion#installation

image