axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
.ax-component-preview {
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--ax-border-subtle);
    background: var(--ax-surface);
    overflow: visible;
}

.ax-component-preview:has(.ax-dropdown__menu),
.ax-component-preview:has(.ax-popover__content) {
    z-index: 40;
}

.ax-component-preview__header {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    color: var(--ax-text-muted);
    border-bottom: 1px solid var(--ax-border-subtle);
}

.ax-component-preview__stage {
    position: relative;
    z-index: 1;
    padding: 1rem;
    overflow: visible;
}