Capsule
A capsule shape view.
Example​
- swiftui-react-native
- SwiftUI
- React Native
<Capsule fill="red" frame={{ width: 100, height: 150 }} />
Capsule()
.fill(Color.red)
.frame(width: 100, height: 150)
<View
style={{ width: 100, height: 150, backgroundColor: 'red', borderRadius: 10 }}
/>
Props​
Capsule inherits all View Modifiers as props.