Progress Circle
Description
Circular progress visual for Enso UI.
Installation
Install the package:
yarn add @enso-ui/progress-circle
Features
- exports
ProgressCircleas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import ProgressCircle from '@enso-ui/progress-circle/src/ProgressCircle.vue';
</script>
API
ProgressCircle
Public export available from ./src/ProgressCircle.vue.
Props:
progressbackgroundStrokeprogressStroketextColorwidth
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!