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