Skip to content
On this page

ZvChip

ZvChip is a standalone component

INFO

Before you have to import the global css files in your project, follow instructions in Getting Started

Basic usage

Default text
vue
<template>
  <ZvChip />
</template>

<script lang="ts" setup>
  import ZvChip from '@zadigetvoltaire/ui/components/ZvChip'
</script>