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

Добавить возможность добавления отступов #1

Open
VladimirCreator opened this issue Sep 8, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@VladimirCreator
Copy link
Owner

Горизонтальные и вертикальные отступы могут быть весьма полезными.

@VladimirCreator
Copy link
Owner Author

Preview

Horizontal & Vertical

/* The layout with horizontal spacing and
   vertical spacing.
*/
ChipLayout(axis: .both, spacing: 0.0) {
    // ...
}
/* The layout with horizontal spacing and
   vertical spacing.
*/
ChipLayout(axis: [.horizontal, .vertical], spacing: 0.0) {
    // ...
}

Horizontal

// The layout with horizontal spacing.
ChipLayout(axis: .horizontal, spacing: 0.0) {
    // ...
}

Vertical

// The layout with horizontal vertical.
ChipLayout(axis: .vertical, spacing: 0.0) {
    // ...
}

@VladimirCreator VladimirCreator added enhancement New feature or request help wanted Extra attention is needed labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant