Skip to content

thminggg/react-vertical-resizable

Repository files navigation

React Vertical Resizable

A react component holds any child component with a handlebar to resize itself vertically

Get Started

Install package

npm install @thminggg/react-vertical-resizable

Usage

import { VerticalResizable } from "@thminggg/react-vertical-resizable";

const Component = () => {
  return (
    <VerticalResizable>
      <p>Child Component</p>
    </VerticalResizable>
  );
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published