Skip to main content

Crate axonyx_ui

Crate axonyx_ui 

Source
Expand description

Axonyx UI asset crate.

This crate is the Cargo-side package for the same Foundry contract that is published to npm as @axonyx/ui. Build tools can depend on this crate to copy CSS, JavaScript helpers, and Axonyx-native .ax components without shelling out to npm or cloning the UI repository.

Structs§

Asset
An embedded Axonyx UI source asset.

Constants§

CSS_ASSETS
FOUNDRY_ASSETS
JS_ASSETS

Functions§

all_assets
Iterates through every embedded asset in a stable package order.
asset
Finds an embedded asset by package-relative path.
css_assets
Returns all Foundry CSS assets.
foundry_assets
Returns Axonyx-native Foundry component assets.
js_assets
Returns optional JavaScript helpers used by interactive Foundry primitives.