JuanParker1 / vuenex

Custom solutions for Vue projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



VueNex

Custom solutions for Vue projects.


Quick Start πŸ§‘β€πŸ’»

To install vuenex simply run (yarn or npm):

yarn add -D vuenex
npm i -D vuenex

Composables πŸ› 

Elements

  • useBlur (Function) β†’ Removes focus from a specific element.
  • useFocus (Function + Directive) β†’ Sets focus on a specific element.
  • useVisibility (Function) β†’ Checks an element visibility within the viewport.

Events

  • useClick (Function + Directive) β†’ Triggers custom actions on element click.
  • useClickOutside (Function + Directive) β†’ Detects clicks outside of an element.
  • useEvent (Function) β†’ Sets event on a specific target.

Shared

  • useOnBeforeUnmount (Function) β†’ Checks if onBeforeUnmount hook is called inside of a component lifecycle.
  • useOnMounted (Function) β†’ Checks if onMounted hook is called inside of a component lifecycle.
  • useUnref (Function) β†’ Checks the ref value.
  • utils (Utilities) β†’ A set of useful utilities.

Plugin

  • VueNex (Plugin) β†’ Activates all directives globally.

Contributing 🀝

Check out the Contributing Guide for more info.

License πŸ“ƒ

VueNex

MIT License

Copyright Β© Ivo Dolenc

Developed in Croatia πŸ‡­πŸ‡·

About

Custom solutions for Vue projects.

License:MIT License


Languages

Language:JavaScript 95.9%Language:Vue 2.0%Language:HTML 1.4%Language:Shell 0.6%