Frontmatter
| id | 3477 |
| title | component.Base: convert `cls` into a real config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 30, 2022, 1:15 AM |
| updatedAt | Sep 30, 2022, 10:14 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3477 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 30, 2022, 10:14 PM |
component.Base: convert cls into a real config
tobiu assigned to @tobiu on Sep 30, 2022, 1:15 AM

tobiu
Sep 30, 2022, 4:41 PM
wrapperCls is in place now. Since probably 98% of your components won't need a wrapper, we need a smart way to merge it with cls to prevent overrides.

tobiu
Sep 30, 2022, 10:14 PM
the conversion is done. i will create follow up tickets to look into side effects.
tobiu closed this issue on Sep 30, 2022, 10:14 PM
we probably need a
wrapperClsconfig as well.