码迷,mamicode.com
首页 > 移动开发 > 详细

React Hooks Typescript 开发的一款 H5 移动端 组件库

时间:2020-04-04 14:29:21      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:with   exp   serve   技术   body   ESS   androi   render   type   

CP design

使用 React hooks Typescript 开发的一个 H5 移动端 组件库

English | 简体中文

技术图片

CP Design Mobile

技术图片

特性

  • 基于 CP Design 移动设计规范。
  • 规则化的视觉样式配置,适应各类产品风格。
  • 使用 TypeScript React hooks 开发,提供类型定义文件。

?? Environment Support

  • Modern browsers and Internet Explorer 11+ (with polyfills)
  • Server-side Rendering
  • Electron
??
IE / Edge
??
Firefox
??
Chrome
??
Safari
??
Electron
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

?? 安装

npm install cp-design --save
yarn add cp-design

? 注意

在组件库中使用了 SASS,在安装的时候记得安装 node-sass

npm install node-sass --save-dev
yarn add node-sass -D

?? 使用

import { Button } from ‘cp-design‘

const App = () => (
<>
<Button type="primary">PRESS ME</Button>
</>
)

案例

mobile web demo

技术图片

https://10086xiaozhang.github.io/CP-DESIGN

安装与使用

介绍

浏览器支持

  • iOS
  • Android 4.0+

链接

欢迎贡献

有任何建议或意见您可以进行 提问

React Hooks Typescript 开发的一款 H5 移动端 组件库

标签:with   exp   serve   技术   body   ESS   androi   render   type   

原文地址:https://www.cnblogs.com/fuGuy/p/12631554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!