axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.ax-props-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.ax-props-table th {
    text-align: left;
    color: var(--ax-text-muted);
    font-weight: 600;
    padding: 0.5rem;
    border-bottom: 1px solid var(--ax-border-subtle);
}

.ax-props-table td {
    padding: 0.5rem;
    border-bottom: 1px solid var(--ax-border-subtle);
}