bigskysoftware / bigskysoftware/_hyperscript

Docs: Homepage example of components is different from Components section, broken

Open
#678 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.8k
Forks
172
PR merge metrics
No merged PRs in 30d

Description

On the [Homepage](https://hyperscript.org/) for Hyperscript, there is an example of using a component structured as:
```html

+
Clicks: ${^count}

```
which doesn't seem to work when I try it in the playground or my own file locally. It also differs from the examples within the Components section:
```html


<button _="on click increment ^count">+</button>
<span class="label">Clicks: ${^count}</span>


```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.