JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 421
  • Score
    100M100P100Q82588F
  • License ISC

A collection of Vue transitions

Package Exports

  • @enso-ui/transitions

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@enso-ui/transitions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Transitions

npm license npm download GitHub top language GitHub issues npm version

A collection of Vue transitions

Usage

The components can be used outside of the Enso ecosystem.

Demo

For live examples and demos, you may visit laravel-enso.com

Check the full documentation at docs.laravel-enso.com.

Installation

Install the package:

npm i @enso-ui/transitions

Import the desired component(s):

import { Fade, FadeDown, ... } from '@enso-ui/transitions';

Exports

@enso-ui/transitions:

  • Fade,
  • FadeLeft,
  • FadeRight,
  • FadeUp,
  • FadeDown,
  • SlideLeft,
  • SlideRight,
  • SlideUp,
  • SlideDown,
  • Zoom,

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

License

ISC