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

clxx

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clxx

H5 utilities based on react, emotion, typescript

  • 1.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-47.62%
Maintainers
1
Weekly downloads
 
Created
Source

移动端 H5 功能集合

自研有难度且耗时,缺乏简单易用的第三方

  • 基于 ReactReact Hooks 开发
  • 基于 CSS-IN-JS 技术,零样式文件依赖
  • 完全的自适应 UI,易于使用

项目采用^TypeScript V3.9.3开发

examples

examples目录是一个完全采用create-react-app创建的项目,大部分功能都在此项目中实现了demo,请自行clone下来测试

安装

yarn add clxx

npm install clxx

引用

// 导入包
import { showAlert } from "clxx"; 

// 显示弹框
showAlert('最普通的弹框');

功能列表

showAlert弹框(替代window.alert)

CarouseNotice滚动公告

Countdown倒计时

Dialog对话框

Indicator指示器

Loading状态指示

ScrollView滚动容器

showToast轻提示

...

DEMO

Keywords

FAQs

Package last updated on 09 Jun 2020

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