1.0.0-beta.4 • Published 1 year ago

@gits-id/rating v1.0.0-beta.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Vue Rating Component

Based on vue-star-rating to work with Vite, Vue 3 and Nuxt 3.

Installation

npm i @gits-id/rating

Usage

<script setup lang="ts">
import {ref} from 'vue';
import {Rating} from '@gits-id/rating';

const value = ref(0);
</script>

<template>
  <Rating v-model:rating="value" />

  <!-- half stars -->
  <Rating v-model:rating="value" :increment="0.5" />
</template>

License

MIT

1.0.0-beta.3

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

0.16.1

1 year ago

0.16.0

1 year ago