Transitions

April 21, 2026 ยท View on GitHub

License Stable Downloads Vue JavaScript SCSS npm Issues Merge Requests

Description

Reusable transition components for Enso UI.

Installation

Install the package:

yarn add @enso-ui/transitions

Features

  • exports Fade, Zoom, Slide, Collapse as its public surface
  • keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable

Usage

<script setup>
import { Fade, Zoom, Slide, Collapse } from '@enso-ui/transitions/bulma';
</script>

API

Fade

Public export available from ./src/transitions/Fade.vue.

Zoom

Public export available from ./src/transitions/Zoom.vue.

Slide

Public export available from ./src/transitions/Slide.vue.

Collapse

Public export available from ./src/transitions/Collapse.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!

License

MIT