Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 hour ago
JSON representation

This is the library to use Floating UI with Vue 2 or 3.

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