1.0.30 • Published 2 years ago

@evoltis/sigura3-common-ui v1.0.30

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago