Feature: drop Component or Controller suffix
Open
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 59
- Avg merge
- 22h 12m
- Merged PRs (30d)
- 5
Description
Right now we drop the Element suffix which makes sense given the precedent of web platform tags which all have constructors ending Element (eg `HTMLDivElement`). However for other design systems or frameworks it can be common to use different names, eg Controller or Component.
Dropping these would be a breaking change, though, so must be done in 2.0
Contributor guide
Assessment
This issue has not been assessed yet.