🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

multiway

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiway

multiway React component

latest
npmnpm
Version
0.0.27
Version published
Weekly downloads
23
-20.69%
Maintainers
1
Weekly downloads
 
Created
Source

multiway

通过对 antd 的表格、表单、按钮等组件的二次封装,在保留原有功能的情况下,对其进行封装简化使用,用起来更方便。

只需要 30% 左右的代码就可以实现带有增删改查的表格,且比 antd 原本功能更加丰富。

📖 文档

规划中

📦 安装

需要提前安装 antd v4。

npm install multiway -S

🗝 使用

import { MwButton } from 'multiway'

export default function Demo() {
  return <MwButton>multiway</MwButton>
}

Keywords

ant

FAQs

Package last updated on 07 May 2025

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