Rating
Description
Star rating input for Enso UI.
Installation
Install the package:
yarn add @enso-ui/rating
Features
- exports
Ratingas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import Rating from '@enso-ui/rating/src/Rating.vue';
</script>
API
Rating
Public export available from ./src/Rating.vue.
Props:
clearControlmaxreadonlysmallmodelValue
Events:
update:modelValue
Depends On
- No additional Enso UI dependencies.
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!