Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set border position: inner (default), outer, or centered #430

Open
pecoram opened this issue Nov 4, 2024 · 0 comments
Open

Comments

@pecoram
Copy link
Contributor

pecoram commented Nov 4, 2024

It would be useful to add a parameter that allows the positioning of the border to be configurable. This parameter could accept three values: inner (default), outer, and centered.

  • inner: The border is positioned within the element's bounds (default behavior).
  • outer: The border is positioned outside the element's bounds.
  • centered: The border is centered on the edge of the element's bounds, splitting equally between inner and outer positions.

This enhancement would provide more flexibility for UI customization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant