Navigation
Page Navigation Details Component Macros Preview Example
Site Navigation

Details

An element for making content that collapses into a header (with a sweet animation on good systems that support it).

Component Macros

  • $outline
  • $color

Preview

Example

<details ws-x>
    <summary>Default Color</summary>
    Any kind of content can go here
</details>
<details ws-x="[$color @primary]">
    <summary>Color Added (only affects summary)</summary>
    Content doesnt inherit the color
</details>
<details ws-x="[$color @warning] [$outline]">
    <summary>Outline Version</summary>
    Quis ut cillum nostrud do sit elit nostrud nisi occaecat sint id minim.

    <details ws-x="[$color @accent]">
        <summary ws-x="[t.sz 20px]">Nested Details</summary>
        Works the same way nested ones do in regular html
    </details>
</details>