1.0.30 • Published 5 months ago

@evoltis/sigura3-common-ui v1.0.30

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

sigura3-common-ui

Installation

To install the library, please run:

npm install @evoltis/sigura3-common-ui

Please import the plugin and include it in your vue3 project.

import { createApp } from 'vue'
import App from './App.vue'

import plugin from '@evoltis/sigura3-common-ui'

createApp(App)
  .use(plugin)
  .mount('#app')

And please also import css file of the library into your main css file.

@import "@evoltis/sigura3-common-ui/dist/ds-library.css";

Usage

To use the components, just add them to your Vue template. Here's an example:

<template>
  <div>
    <Avatar>
      <AvatarImage src="https://github.com/radix-vue.png" alt="@radix-vue" />
      <AvatarFallback>CN</AvatarFallback>
    </Avatar>
    <Button @click="handleClick">Click me!</Button>
  </div>
</template>
<script>
  ...
</script>

For more information, please reference this site. https://www.shadcn-vue.com/docs/components/accordion.html

1.0.30

5 months ago

1.0.29

5 months ago

1.0.28

6 months ago

1.0.27

6 months ago

1.0.26

6 months ago

1.0.25

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.22

6 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.1.26

10 months ago

0.1.25

10 months ago

0.1.24

10 months ago

0.1.23

10 months ago

0.1.22

10 months ago

0.1.21

10 months ago

0.1.20

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.4

10 months ago

0.1.5

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

11 months ago