Scroll to Top
Description
Scroll to top trigger for Enso UI layouts.
Installation
Install the package:
yarn add @enso-ui/scroll-to-top
Features
- exports
ScrollToTopas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import ScrollToTop from '@enso-ui/scroll-to-top/bulma';
</script>
API
ScrollToTop
Public export available from src/bulma/ScrollToTop.vue.
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!