@kamva/react-window-ssr-resize
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

React Window Resize

Installation

$ npm install --save @kamva/react-window-ssr-resize

usage

import React from 'react';
import { WindowResize } from "@kamva/react-window-ssr-resize";

const Wrapper = () => (
	<WindowResize>
		{
			({ width, height }) => (
				<div>
          <p>width is: {width}</p>
					<p>height is: {height}</p>
				</div>
			)}
	</WindowResize>
);

Readme

Keywords

none

Package Sidebar

Install

npm i @kamva/react-window-ssr-resize

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

2.49 MB

Total Files

25

Last publish

Collaborators

  • hadifarnoud
  • rzkhosroshahi