DrSensor / DrSensor/nusa

Bind one attribute to many properties

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
data binding enhancement
Dominant language
JavaScript
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Make it feel like `class` attribute
```html

```
```ts
const total
export default class {
static get total() { return total }
static set total(money) { total += value }
money: number

button: HTMLElementButton
static many = [] as HTMLElement
}
```

## Bind-able members
- [x] #1
- [x] #4
- [ ] #2
- [ ] #9
- [ ] #63

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.