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

https://github.com/markmead/alpinejs-manage

Manage another Alpine JS elements `x-data` values 👩‍💼
https://github.com/markmead/alpinejs-manage

alpine-js alpinejs alpinejs-data alpinejs-manage alpinejs-manager

Last synced: about 1 year ago
JSON representation

Manage another Alpine JS elements `x-data` values 👩‍💼

Awesome Lists containing this project

README

          

# Alpine JS Manage

Manage another Alpine JS elements `x-data` values 👩‍✈️

## Install

### With a CDN

```html

```

### With a Package Manager

```shell
yarn add -D alpinejs-manage

npm install -D alpinejs-manage
```

```js
import Alpine from 'alpinejs'
import manage from 'alpinejs-manage'

Alpine.plugin(manage)

Alpine.start()
```

## Example

```html

Make Invisible




```

Here we're targeting the `TargetEl` element and setting the `userName` to "John
Cena".

## Stats

![](https://img.shields.io/bundlephobia/min/alpinejs-manage)
![](https://img.shields.io/npm/v/alpinejs-manage)
![](https://img.shields.io/npm/dt/alpinejs-manage)
![](https://img.shields.io/github/license/markmead/alpinejs-manage)