Skip to content

Improve support of CSS based border-width properties #143

Description

@JoshMarler

Our current border-width support is fairly basic and just strokes a rectangle around a view. It is difficult to add border lines and specific edges. i.e.:


Item 1

Item 2

We should implement an equivalent to CSS's border-width props: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width

The implementation of this should follow suit with the like of ScrollView's properties where "meta-props" are split into their naive C++ equivalents. See ScrollView.ts and the unpacking of scollbar-color into scrollbar-thumb-color and scrollbar-track-color.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions