mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #618] feat: have paddingX/paddingY and marginX/marginY #167
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @viralcodex on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/618
Hi Team,
I am using OpenTUI for one of my projects and while writing padding and margin values for components (solid js), I felt I have been writing left and right a lot.
Since I have used tailwind for my projects, I felt like X and Y attributes for both margin and padding should be a simple addition to make writing these values a little easier instead of left right and top and down separately if the values used are same.
I have already linked the PR to this issue if you guys find it acceptable to merge it.
Would be more than happy to discuss more on this.
Thanks for building a great library to use, it's really cool 😄