release: WRNexusJS 0.2.54
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
component LegalTableOfContents {
|
||||
props {
|
||||
title = "On this page"
|
||||
items = []
|
||||
class = ""
|
||||
}
|
||||
view { <nav aria-label="{title}" class="wire-legal-toc {class}"><h2>{title}</h2><ol>{#each items as item}<li><a href="{item.href}">{item.label}</a></li>{/each}</ol></nav> }
|
||||
}
|
||||
Reference in New Issue
Block a user