New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

resizable-panels-react

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resizable-panels-react

A simple react component to build resizable panels :D

latest
Source
npmnpm
Version
2.0.8
Version published
Weekly downloads
263
27.05%
Maintainers
1
Weekly downloads
 
Created
Source

ResizablePanelsReact

A simple react component to create resizable panels :D

Props:

  • bkcolor: set a background color
  • displayDirection: its like flex direction, you can choose "row" for horizontal resizing or "column" for vertical resizing
  • width: set a width for you component
  • height: set a height for you component
  • panelsSize: a array to set your panels sizes, if you have 2 panels
  • sizeUnitMeasure: unit used to calculate the amount to resize (px or %)
  • resizerColor: change resizer color
  • resizerSize: change resizer size

Code sample on CodeSandBox: https://codesandbox.io/embed/8l8lpp5nk9?fontsize=14

FAQs

Package last updated on 22 Mar 2019

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