@doeanderson/composables
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

Composables

A collection of abstract Vue 3 Composables.

Install

yarn add @doeanderson/composables

Usage

import { useDebounce } from '@doeanderson/composables';

window.addEventListener('resize', useDebounce(() => {
  // do stuff
}, 1000));

License

MIT License ©2023 Doe-Anderson

Readme

Keywords

none

Package Sidebar

Install

npm i @doeanderson/composables

Weekly Downloads

4

Version

0.0.20

License

MIT

Unpacked Size

86.7 kB

Total Files

18

Last publish

Collaborators

  • elmerdoe