diff --git a/site/src/pages/components/invokers.explainer.mdx b/site/src/pages/components/invokers.explainer.mdx index f15d16e2..c3c9f875 100644 --- a/site/src/pages/components/invokers.explainer.mdx +++ b/site/src/pages/components/invokers.explainer.mdx @@ -1,6 +1,6 @@ --- menu: Active Proposals -name: Invokers (Explainer) +name: Invoker Commands (Explainer) layout: ../../layouts/ComponentLayout.astro --- @@ -14,7 +14,7 @@ layout: ../../layouts/ComponentLayout.astro ## Pitch in Code ```html - + This is the dialog ``` @@ -22,13 +22,13 @@ layout: ../../layouts/ComponentLayout.astro ## Introduction -Adding `invoketarget` and `invokeaction` attributes to ` +
Hello world
@@ -173,16 +174,16 @@ When pointing to a `popover`, `invoketarget` acts much like #### Dialogs -When pointing to a ``, `invoketarget` can toggle a ``'s +When pointing to a ``, `command` can toggle a ``'s openness. ```html - + Hello world! - + ``` @@ -190,11 +191,11 @@ openness. > Note: Invokers targeting a `
` element has been deferred from the initial release. -When pointing to a `
`, `invoketarget` can toggle a `
`' +When pointing to a `
`, `commandfor` can toggle a `
`' openness. ```html - +
@@ -207,12 +208,12 @@ openness. > Note: Invokers targeting a `` element has been deferred from the initial release. -Pointing an `invoketarget` to an `` acts the same as the +Pointing `commandfor` to an `` can act the same as the rendered button _within_ the input; and can be used to declare a customised alternative button to the input's button. ```html - + ``` @@ -221,13 +222,13 @@ alternative button to the input's button. > Note: Invokers targeting `