1.1.0 • Published 5 months ago

@sneas/telephone v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@sneas/telephone

The latest iPhone and Pixel frames provided as Web Components.

Demo: https://sneas.github.io/telephone

Real world example: https://vocably.pro

Example

Installation

<script
  defer
  src="https://cdn.jsdelivr.net/npm/@sneas/telephone@1/iphone-16-max.js"
></script>
<script
  defer
  src="https://cdn.jsdelivr.net/npm/@sneas/telephone@1/pixel-9-pro.js"
></script>

<iphone-16-max mode="light">
  iPhone content goes here.
  Set the mode="light" for the dark text in the status bar.
</iphone-16-max>

<pixel-9-pro mode="dark">
  Pixel content goes here.
  Set mode="dark" for the white text in the status bar.
</pixel-9-pro>
1.1.0

5 months ago

1.0.3

5 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago