spacenation / swiftui-sliders

:rocket: SwiftUI Sliders with custom styles
MIT License
793 stars 84 forks source link

Are There Any Examples Besides the Two in the README? #62

Open alexwhb opened 1 year ago

alexwhb commented 1 year ago

Love the project! Wondering (as my title suggests) if there are any other examples usages of this library or documentation somewhere? I've successfully hacked my way to getting a value slider working the way I wanted, but I'm having a hard time figuring out the range slider.

Thank you for this project!

ay42 commented 1 year ago

Hi @alexwhb, There are more examples in the Previews. Let me know if this helps. https://github.com/spacenation/swiftui-sliders/blob/d5a7d856655d5c91f891c2b69d982c30fd5c7bdf/Sources/Sliders/RangeSlider/RangeSlider.swift#L81-L181

alexwhb commented 1 year ago

@ay42 This is exactly what I was looking for! Thank you so much!