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

vue-splitpane-fix

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-splitpane-fix

vue split-pane component

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

vue-splitpane-fix

base on https://github.com/PanJiaChen/vue-split-pane/tree/master

features

  1. use flex layout to replace float layout
  2. add default-px and min-px

try on http://thinkerchan.github.io/vue-split-pane-fix/demo/index.html

How to use?

npm install vue-splitpane-fix

#import
import splitPane from 'vue-splitpane-fix'

# use as global component
Vue.component('split-pane', splitPane);

Options

PropertyDescriptiontypedefault
splitthe split typeString [horizontal,vertical]must choose one type
default-percentpaneL default-percentNumber50
min-percentpaneL max-min-percentNumber10
default-pxpaneL default-pxNumber0
min-pxpaneL min-pxNumber300

if you set default-px with a non-zero value, default-percent will not work

FAQs

Package last updated on 31 Oct 2024

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