Registration
Prefix
Custom Element tags register globally in the browser so you must scope elements to prevent collisions.
- nve-* Elements
- [plugin/app abbrev]-* Plugins/Apps
Conventions
Tag names should avoid using verbs or actions within the name. The properties and events of the element should describe verbs or actions. Examples:
<nve-select></nve-select>
<nve-selection></nve-selection>