Mixins

NPM License npm download GitHub top language GitHub issues npm version

Enso Mixins Package

The mixins are used exclusively inside of the Enso ecosystem.

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

Installation

Installed by @enso-ui/ui

Exports

@enso-ui/mixins:

  • canAccess,
  • errorHandler,
  • i18n,
  • files,

Usage

The mixins are available for injection:

export default {
    name: 'EnsoSelect',

    inject: ['errorHandler', 'i18n'],

    components: { VueSelect },

You may then use them as needed.

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