Closed mantou132 closed 4 months ago
Easy to extends
@shadow() @delegatesFocus() @serializable() @slotAssignment() @focusable() @async() @role('button') class MyElement extends GemElement {}
@shadow({ delegatesFocus: false }) // serializable/slotAssignment @focusable() @async() @role('button') class MyElement extends GemElement {}
@shadow({ delegatesFocus: false }) // serializable/slotAssignment @focusable() @async() @aria({ role: 'button' }) class MyElement extends GemElement {}
@shadow(true) // serializable/slotAssignment @focusable() @async() @aria('button') // label/ariaModal class MyElement extends GemElement {}
add GemElement.config
GemElement.config
Easy to extends
add
GemElement.config