Share your React prototype within an iPhone device frame for more a realistic presentation.
<Phone
deviceType="iPhone 15 Pro"
liveClock={false}
statusBarColor="black"
homeIndicatorColor="black"
contentBackgroundColor="#fff"
>
Hello world!
</Phone>
<Phone
deviceType="iPhone 15 Pro"
liveClock={false}
statusBarColor="white"
homeIndicatorColor="white"
contentBackgroundColor="#000"
>
Hello world!
</Phone>