iphone-react-viewer

1.8.0 • Public • Published

📱 iPhone React Viewer

Share your React prototype within an iPhone device frame for more a realistic presentation.

View Demo

Light Mode

<Phone
  deviceType="iPhone 15 Pro"
  liveClock={false}
  statusBarColor="black"
  homeIndicatorColor="black"
  contentBackgroundColor="#fff"
>
  Hello world!
</Phone>

Light Mode

Dark Mode

<Phone
  deviceType="iPhone 15 Pro"
  liveClock={false}
  statusBarColor="white"
  homeIndicatorColor="white"
  contentBackgroundColor="#000"
>
  Hello world!
</Phone>

Dark Mode

Readme

Keywords

none

Package Sidebar

Install

npm i iphone-react-viewer

Weekly Downloads

42

Version

1.8.0

License

none

Unpacked Size

145 kB

Total Files

7

Last publish

Collaborators

  • leomancini