Decathlon / vitamin-ios

Decathlon Design System UI components for iOS & iPadOS applications
https://www.decathlon.design
Apache License 2.0
48 stars 14 forks source link

feat: add modal component #11

Open lauthieb opened 2 years ago

lauthieb commented 2 years ago

New component

Add modal component.

Documentation links

daniel-dumortier commented 1 year ago

@lauthieb This effect of overlay for modal is the default behavior on iOS UIKit when you present a ViewController (a new "screen"). There is no specific dev to do in Vitamin for that.

@florentlotthepro I do not master enough SwiftUI to know if it is also a standard behaviour, and so, if dev is needed. Can you help on that ?

florentlotthepro commented 1 year ago

It's the same for SwiftUI.