1.0.9 • Published 1 year ago

react-autosize-container v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React AutoSize Container

AutoSize component provide dimensions of container

Getting started

yarn add react-autosize-container --save

Usage

import { AutoSize } from 'react-autosize-container'

export const TestExample = () => (
  <AutoSize>
    {({ width, height }) => (
      <span>
        My container is {width}px x {height}px
      </span>
   )}  
  </AutoSize>
)
1.0.9

1 year ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago