Skip to content

Commit

Permalink
docs: add links to the about page for new APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
JRJurman committed Nov 9, 2023
1 parent 091291b commit 9460ec1
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,32 @@ <h2>HTML API</h2>
<a href="#tl-effect"><code>tl-effect</code></a>
</dt>
<dd><p>Attribute for building attribute driven side-effects in web-components.</p></dd>
<dt>
<a href="#tl-broadcast"><code>tl-broadcast</code></a>
</dt>
<dd><p>Custom Element for emitting events when an attribute updates in a web-component.</p></dd>
<dt>
<a href="#tl-rebroadcast"><code>tl-rebroadcast</code></a>
</dt>
<dd><p>Attribute for emitting events when another event is triggered on an element.</p></dd>
</dl>

<h2>Javascript API</h2>
<dl>
<dt>
<a href="#define"><code>TramLite.define</code></a>
</dt>
<dd><p>Template tag function for building native web-components</p></dd>
<dd><p>Template tag function for building native web-components.</p></dd>
<dt>
<a href="#broadcastEvent"><code>TramLite.broadcastEvent</code></a>
</dt>
<dd><p>Function to emit events up or down the shadow or light DOM.</p></dd>
<dt>
<a href="#addAttributeListener"><code>TramLite.addAttributeListener</code></a>
</dt>
<dd><p>Function to set up a callback for when an element's attribute changes</p></dd>
<dd><p>Function to set up a callback for when an element's attribute changes.</p></dd>
<dt>
<a href="#appendShadowRootProcessor"><code>TramLite.appendShadowRootProcessor</code></a>
</dt>
<dd><p>Build new behaviors for elements that appear in web-components</p></dd>
<dd><p>Build new behaviors for elements that appear in web-components.</p></dd>
</dl>

0 comments on commit 9460ec1

Please sign in to comment.