New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobile-more

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-more

基于 antd-mobile v5 扩展移动端 UI 组件

  • 0.17.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
453
decreased by-46.33%
Maintainers
0
Weekly downloads
 
Created
Source

mobile-more

npm

基于 antd-mobile 扩展的业务场景组件。

查看文档和示例

对应版本

mobile-moreantd-mobile
v0.xv5.x

使用

安装

npm install mobile-more
yarn add mobile-more
pnpm add mobile-more

示例

import { Descriptions } from 'mobile-more';

function App() {
  return (
    <Descriptions title="标题">
      <Descriptions.Item label="营业执照编号">1**************6</Descriptions.Item>
      <Descriptions.Item label="商户名称">xxx生活馆</Descriptions.Item>
    </Descriptions>
  );
}

文档

数据录入

数据展示

其他

通用

Keywords

FAQs

Package last updated on 24 Jan 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

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