uimix icon indicating copy to clipboard operation
uimix copied to clipboard

Expose attributes and events of inner elements

Open seanchas116 opened this issue 2 years ago • 0 comments

Description

Expose attributes and events of inner elements

(For forms etc)

Example (React)

<my-form name--value={name} onname--change={setName} onsubmit--click={submit} />

https://codesandbox.io/s/sweet-sound-8goyrf?file=/src/App.tsx

(React 19 will support decrative syntax for subscribing custom element events)

seanchas116 avatar Jun 28 '22 10:06 seanchas116