@pansy/react-split-screen
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

@pansy/react-split-screen

分屏组件

🏗 安装

# npm 安装
npm install --save @pansy/react-split-screen

# yarn 安装
yarn add @pansy/react-split-screen

🔨 使用

import React from 'react';
import SplitScreen from '@pansy/react-split-screen';

export default () => {
  return (
    <div style={{ height: 500 }}>
      <SplitScreen amount={4} />>
    </div>
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @pansy/react-split-screen

Weekly Downloads

4

Version

1.2.1

License

MIT

Unpacked Size

20.4 kB

Total Files

14

Last publish

Collaborators

  • wangxingkang