From 9460ec100029230c23594253710eab7358dbc0ec Mon Sep 17 00:00:00 2001 From: Jesse Jurman Date: Wed, 8 Nov 2023 19:45:22 -0500 Subject: [PATCH] docs: add links to the about page for new APIs --- docs/pages/about.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/pages/about.html b/docs/pages/about.html index 88083d4..fca87d3 100644 --- a/docs/pages/about.html +++ b/docs/pages/about.html @@ -57,6 +57,14 @@

HTML API

tl-effect

Attribute for building attribute driven side-effects in web-components.

+
+ tl-broadcast +
+

Custom Element for emitting events when an attribute updates in a web-component.

+
+ tl-rebroadcast +
+

Attribute for emitting events when another event is triggered on an element.

Javascript API

@@ -64,13 +72,17 @@

Javascript API

TramLite.define
-

Template tag function for building native web-components

+

Template tag function for building native web-components.

+
+ TramLite.broadcastEvent +
+

Function to emit events up or down the shadow or light DOM.

TramLite.addAttributeListener
-

Function to set up a callback for when an element's attribute changes

+

Function to set up a callback for when an element's attribute changes.

TramLite.appendShadowRootProcessor
-

Build new behaviors for elements that appear in web-components

+

Build new behaviors for elements that appear in web-components.