close
Skip to content

enso-ui/transitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transitions

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

About

A collection of Vue transitions

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors