axonyx-ui 0.0.43

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
page CodeBlock

<figure class="ax-code-block" data-language={language} data-copy={copy}>
  <figcaption class="ax-code-block__header">
    <span class="ax-code-block__title">{title}</span>
    <div class="ax-code-block__tools">
      <span class="ax-code-block__language">{language}</span>
      <button class="ax-code-block__copy" type="button" data-ax-copy-code="true">Copy</button>
    </div>
  </figcaption>

  <pre class="ax-code-block__pre"><code class="ax-code-block__code"><Slot /></code></pre>
</figure>