Installation 
A quick walk through to show you how you can install YouCan-UI in your project.
Installing the package 
Install the @youcan/ui-vue3 package:
Using NPM
bash
  npm install @youcan/ui-core @youcan/ui-vue3Using Yarn
bash
  yarn add @youcan/ui-core @youcan/ui-vue3Using PNPM
bash
  pnpm install @youcan/ui-core @youcan/ui-vue3Using Bun
bash
  bun install @youcan/ui-core @youcan/ui-vue3Including the styles 
Include the necessary YouCan UI tokens and styles in the top level of your application:
js
import '@youcan/ui-core/tokens';
import '@youcan/ui-vue3/style';