Library of components for Vue3 and TypeScript.
You can install this library using npm:
npm install @42sol/vue3-ui
#or
yarn add @42sol/vue3-ui
To use the components from this library, you need to import them from the corresponding files. For example:
import { MyComponent } from '@42sol/vue3-ui';
Then, you can use the components in your application's templates:
<template>
<div>
<RouterTabs></RouterTabs>
</div>
</template>
Below are the available components in this library:
router-tab
: description of the component.
This project is licensed under the MIT License. See the LICENSE
file for details.