Skip to content

Commit

Permalink
fixup rename demo
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed Jul 10, 2024
1 parent 167a28a commit 5322daf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
I demonstrate how Seaside Components can be used as Web Components.

Normally I would not be a Seaside application but instead use a different technolog.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rendering
renderContentOn: html
html heading: 'Seaside WebComponents Demo'.
(html tag: 'seaside-component')
(html tag: 'wa-component')
attributeAt: 'url' put: '/examples/headless-counter';
attributeAt: 'ajaxify' put: 'true';
with: 'Loading...'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commentStamp" : "",
"commentStamp" : "xxx 7/10/2024 13:38",
"super" : "WAComponent",
"category" : "Seaside-WebComponents-Examples",
"classinstvars" : [ ],
Expand Down

0 comments on commit 5322daf

Please sign in to comment.