@ramstack/alpinegear-when provides additional directives, magic functions, and utilities for a more productive development experience
@ramstack/alpinegear-match provides the 'x-match' Alpine.js directive, which functions similarly to the 'switch' statement in many programming languages, allowing to conditionally render elements based on matching cases.
@ramstack/alpinegear-template provides 'x-template' Alpine.js directive, that enhances template management, providing better control over reusable template blocks, dynamic and recursive component rendering.
@ramstack/alpinegear-fragment provides 'x-format' Alpine.js directive, allowing for fragment-like behavior similar to what's available in frameworks like 'Vue.js' or 'React', where multiple root elements can be grouped together.
@ramstack/alpinegear-format provides 'x-format' Alpine.js directive, which allows you to easily interpolate text using a template syntax similar to what's available in Vue.js.
@ramstack/alpinegear-bound provides the 'x-bound' Alpine.js directive, which allows for two-way binding of input elements and their associated data properties.
@ramstack/alpinegear-router provides routing-related directives for Alpine.js, enabling client-side navigation and routing functionality.
@ramstack/alpinegear-main is a combined plugin that includes several Alpine.js directives, providing a convenient all-in-one package.
@ramstack/alpinegear-destroy provides 'x-destroy' Alpine.js directive, which is the opposite of 'x-init' and allows you to execute code when an element is removed from the DOM.
@ramstack/alpinegear-hotkey provides 'x-hotkey' Alpine.js directive, allowing easily handle keyboard shortcuts.
@ramstack/alpinegear-typegrab provides the x-typegrab Alpine.js directive, which automatically focuses an element when the user starts typing and no editable element is active.
A headless, unstyled directive-based dialog (modal) component for Alpine.js, built on the native <dialog> element
micromark utility with symbols
micromark factory to parse destinations (found in resources, definitions)
mdast utility to get the plain text content of a node
micromark utility to sanitize urls
micromark factory to parse labels (found in media, definitions)
micromark utility normalize identifiers (as found in references, definitions)
micromark factory to parse markdown titles (found in resources, definitions)
micromark utility with a couple of typescript types
micromark factory to parse markdown space (found in lots of places)
unist utility to check if a node passes a test
micromark utility to encode dangerous html characters
micromark utility to classify whether a character is whitespace or punctuation