Skip to content

Can't add Slider to Section #108

@kkyr

Description

@kkyr
Settings.Container(contentWidth: contentWidth) {
    Settings.Section(title: "sectionTitle") {
        Slider(value: $value, in: 1...1000)
    }
}

Getting the following errors on the Container:

Generic parameter 'Content' could not be inferred
Type 'Settings<_>' has no member 'Container'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions