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

zzc-design-mobile

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zzc-design-mobile

zzc-design-mobile 3 租租车-移动端UI组件库 <img alt='NPM' s

  • 3.9.7
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

zzc-design-mobile 3

租租车-移动端UI组件库

npm npm NPM zzc team

这是一个基于React实现的UI组件框架。

查看官网

简介

zzc-design-mobile是基于react开发的ui框架,用于租租车移动端的ui框架。 由产品设计统一规范的移动端统一样式交互的方案。

其中借鉴了antd的一些写法以及交互样式,并另外定制交互和样式。

特性
  • 开箱即用的高质量React组件
  • 使用TypeScript开发,提供完整的类型定义文件
  • 健全的使用文档以及demo
  • 扩展性非常好,容易定义各种自定义样式
支持环境
  • IOS9和安卓4.4以上版本。
安装
npm install zzc-design-mobile --save-dev
使用

zzc-design-mobile只支持import引入。不支持cmd

引入:

import { Alert, Modal } from 'zzc-design-mobile';

按需引入

import Alert from 'zzc-design-mobile/lib/alert';
温馨提示

UI组件每一个的调用和报错都会提交统计。如果不是十分必要,请勿关闭统计功能。这样我们会更好定位错误位置以及组件的使用情况。

如果必须关闭组件的统计功能的话,可以在window作用域下注入变量:ZDS_STOP_TJ = true,即可禁用统计。

FAQs

Package last updated on 05 Nov 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