Socket
Book a DemoInstallSign in
Socket

alpine-alpine

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alpine-alpine

Adds `$Alpine` magic - a reference to the `Alpine` object that was used for registering the magics, directives, and components.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
0
Created
Source

Alpine Alpine plugin

Adds $Alpine magic - a reference to the Alpine object that was used for registering the magics, directives, and components.

<div x-data x-init="console.log($Alpine)">
</div>

Installation

Via CDN

<script defer src="https://cdn.jsdelivr.net/npm/alpine-alpine@0.x.x/dist/cdn.min.js"></script>

Via NPM

npm install alpine-alpine

Then initialize it from your bundle:

import Alpine from 'alpinejs'
import AlpinePlugin from 'alpine-alpine'
 
Alpine.plugin(AlpinePlugin)

...

FAQs

Package last updated on 06 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts