tag property
The custom element tag name.
Must follow the custom element naming convention:
- Must contain a hyphen (e.g., 'my-counter', not 'counter')
- Must start with a lowercase letter
- Cannot be a reserved name
Implementation
final String tag;
The custom element tag name.
Must follow the custom element naming convention:
final String tag;