iphone-react-viewer
v1.8.0
Published
Share your React prototype within an iPhone device frame for more a realistic presentation.
Downloads
33
Readme
📱 iPhone React Viewer
Share your React prototype within an iPhone device frame for more a realistic presentation.
Light Mode
<Phone
deviceType="iPhone 15 Pro"
liveClock={false}
statusBarColor="black"
homeIndicatorColor="black"
contentBackgroundColor="#fff"
>
Hello world!
</Phone>
Dark Mode
<Phone
deviceType="iPhone 15 Pro"
liveClock={false}
statusBarColor="white"
homeIndicatorColor="white"
contentBackgroundColor="#000"
>
Hello world!
</Phone>