1.0.0-alpha.7 • Published 11 months ago

@42sol/vue3-ui v1.0.0-alpha.7

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

@42sol/vue3-ui

Library of components for Vue3 and TypeScript.

Installation

You can install this library using npm:

npm install @42sol/vue3-ui
#or
yarn add @42sol/vue3-ui

Usage

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>

Available Components

Below are the available components in this library:

  • router-tab: description of the component.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.0-alpha.7

11 months ago

1.0.0-alpha.6

11 months ago

1.0.0-alpha.5

12 months ago

1.0.0-alpha.4

12 months ago

1.0.0-alpha.3

12 months ago

1.0.0-alpha.2

12 months ago

1.0.0-alpha.1

12 months ago