Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-auto-width

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 30 Jun 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc