eclipsesource / eclipsesource/tabris-js

Enhance styling of components

Open
#795 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

Declaring styles separately from component hierarchy can help make the code more comprehensible.

Some challenges when applying styles to components include:
- Widget.apply() only applies to children of the widget. When creating a component, one would like to style the component itself as well.
- Styles sometimes differ among platforms. What would be a lean way to declare platform-specific styles?
- How should styling of dynamically created items be handled? (e.g. CollectionView cells)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.