mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Merge branch 'next' into cem-better-data
This commit is contained in:
@@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit';
|
||||
|
||||
/**
|
||||
* @summary Short summary of the component's intended use.
|
||||
*
|
||||
*
|
||||
* @since 2.0
|
||||
* @status experimental
|
||||
*
|
||||
@@ -29,10 +29,10 @@ export default class {{ properCase tag }} extends ShoelaceElement {
|
||||
|
||||
private readonly localize = new LocalizeController(this);
|
||||
|
||||
/** An example property. */
|
||||
@property() prop = 'example';
|
||||
/** An example attribute. */
|
||||
@property() attr = 'example';
|
||||
|
||||
@watch('someProp')
|
||||
@watch('someProperty')
|
||||
doSomething() {
|
||||
// Example event
|
||||
this.emit('sl-event-name');
|
||||
|
||||
Reference in New Issue
Block a user