Skip to content

Use full width #3

Description

@Bryanx

Hi, great job with this library :)

How can I make the items use the full width? so they stick to the right. I tried it with a Spacer, but it did not work.

WrappingHStack(alignment: .trailing, data: 1...20, id:\.self) {
    Text("Item: \($0)")
        .padding(.all, 20)
        .background(Rectangle().stroke())
}

Your image title

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions