Socket
Socket
Sign inDemoInstall

react-auto-width

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-auto-width

A React component to set the width of a child component to its parent's width


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
25.1 kB
Created
Weekly downloads
 

Readme

Source

react-auto-width

A React component to set the width of a child component to its parent's width

Install

Install via NPM

npm install react-auto-width --save-dev

Example Usage

To provide the width prop to MyComponent based on the width of its parent container, do the following:

<AutoWidth>
 <MyComponent />
</AutoWidth>

AutoWidth props

  • debounceTime {Number} The amount of delay between debounced calls (default: 100)
  • defaultRenderWidth {Number} If set, the default width is set to this value and the child is rendered. If null, the child is not rendered until a width is provided (default: null)
  • parentMayResize {Boolean} If true, the component checks on componentDidUpdate to see if it needs to resize (default: false)

Developing

To compile the component with babel, run

npm run build

Keywords

FAQs

Last updated on 30 Jun 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc