Skip to content

Anchor

normal

html
<g-anchor>
  <g-anchor-link href="#normal" title="normal" />
  <g-anchor-link href="#sublist" title="sublist"/>
</g-anchor>

sublist

html
<g-anchor>
  <g-anchor-link href="#normal" title="normal" />
  <g-anchor-link href="#sublist" title="sublist">
    <template #sublist>
      <g-anchor-link href="#sublist" title="sublist" />
    </template>
  </g-anchor-link>
</g-anchor>