https://github.com/vue-reasoning/vue-floating
This is the library to use Floating UI with Vue 2 or 3.
https://github.com/vue-reasoning/vue-floating
component hooks popover positioning tooltip vue vue2 vue3
Last synced: 8 months ago
JSON representation
This is the library to use Floating UI with Vue 2 or 3.
- Host: GitHub
- URL: https://github.com/vue-reasoning/vue-floating
- Owner: vue-reasoning
- License: mit
- Created: 2022-08-09T03:56:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T06:04:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T13:01:28.026Z (over 1 year ago)
- Topics: component, hooks, popover, positioning, tooltip, vue, vue2, vue3
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @visoning/vue-floating
## Install
### Vue hooks positioning engine
Use with Vue Composition API ([view docs](https://vuejs.org/api/reactivity-core.html)).
```shell
npm i @visoning/vue-floating-core
```
### Vue hooks interactions engine
Use with Vue Composition API ([view docs](https://vuejs.org/api/reactivity-core.html)).
```shell
npm i @visoning/vue-floating-interactions
```
### Vue position components
Some common positioning components implemented based on [@visoning/vue-floating-interactions](https://github.com/vue-reasoning/vue-floating/tree/main/packages/core) and [@visoning/vue-floating-interactions](https://github.com/vue-reasoning/vue-floating/tree/main/packages/interactions).
```shell
npm i @visoning/vue-floating-components
```
## License
MIT