Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soouup/vue-composition-toolkit
๐ Vue3 Composition-API toolkit
https://github.com/soouup/vue-composition-toolkit
Last synced: 3 months ago
JSON representation
๐ Vue3 Composition-API toolkit
- Host: GitHub
- URL: https://github.com/soouup/vue-composition-toolkit
- Owner: soouup
- License: mit
- Created: 2019-10-31T15:20:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T07:13:49.000Z (about 5 years ago)
- Last Synced: 2024-06-29T11:32:33.556Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 417 KB
- Stars: 4
- Watchers: 0
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-3 - vue-composition-toolkit - ๐ Vue3 Composition-API toolkit (Packages)
README
# vue-composition-toolkit
[![](https://github.com/shuidi-fed/vue-composition-toolkit/workflows/test/badge.svg)](https://github.com/shuidi-fed/vue-composition-toolkit/actions)
Vue composition-api toolkit.
## Progress Tracking
- [x] useCssVar
- [x] useWindowSize
- [x] useCopyToClipboard
- [x] useRaf
- [x] useGeolocation
- [x] useMouse
- [x] useOnline
- [x] useVisibilityState
- [x] useTimeout
- [x] useInterval
- [x] useRendered
- [x] useScroll
- [x] useScrolling
- [x] useCounter
- [x] useToggle
- [x] useBoolean
- [ ] More...Welcome contribution## Prior Art
vue-composition-toolkit is heavily inspired by [react-use](https://github.com/streamich/react-use).
## Contribution
See [Contributing Guide](https://github.com/shuidi-fed/vue-composition-toolkit/blob/master/.github/contributing.md).
## Core Author
**vue-composition-api** ยฉ [HcySunYang](https://github.com/HcySunYang), Released under the [MIT](./LICENSE) License.
Authored and maintained by HcySunYang.> [homepage](http://hcysun.me/homepage/) ยท GitHub [@HcySunYang](https://github.com/HcySunYang) ยท Twitter [@HcySunYang](https://twitter.com/HcySunYang)