1.0.7 • Published 6 months ago

@codinix/device-mockup v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@codinix/device-mockup

šŸ“±šŸ–„ļø Beautiful and responsive device mockups built with React and Tailwind CSS — phone, tablet, laptop, desktop — all with realistic frames and perfect proportions.
Ideal for portfolios, UI showcases, landing pages, or client demos.


✨ Features

  • āœ… Easy-to-use: <Device type="phone">...</Device>
  • āœ… Fully responsive and scalable
  • āœ… Pixel-perfect frames: not screenshots
  • āœ… Supports phone, tablet, laptop, desktop
  • āœ… Works with any content: components, iframes, apps
  • āœ… Optional keyboard/stand assets for ultra-realism
  • āœ… TypeScript support

šŸ“¦ Installation

npm install @codinix/device-mockup
# or
yarn add @codinix/device-mockup

āš ļø Using React 19+?
Run with:

npm install @codinix/device-mockup --legacy-peer-deps

šŸ”§ Usage

Smart wrapper

import { Device } from "@codinix/device-mockup";

<Device type="tablet">
  <iframe
    src="https://your-app.vercel.app"
    className="w-full h-full"
    frameBorder="0"
  />
</Device>

šŸ¤ Credits

Crafted by Cleopatra Ropot
Packaged under the Codinix open component standard.

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago