1.0.5 • Published 2 years ago

katoto-business v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

简介

katoto-business 是针对,高频使用的组件进行抽象出来的一个组件集合。通常放置业务公用组件 主体可包含

  • 页面级组件(可抽离的页面)
  • 功能组件 (弹窗、城市选择等)
  • 工具方法(tools & useHooks)

目录注释:

开发

$ yarn
// 查看文档 & 开发组件启动
$ yarn start
// 构建文档查阅html
$ yarn build
// 利用http-server,进入cd dist/index.html即可查看文档
// 发布:构建本地包
$ yarn build
// 发布doc 静态站点
⚠️注意:命名方式上,业务组件大驼峰、工具函数小驼峰、hooks使用use开头

import { Button, centToYuan, useMounted } from 'katoto-business'

引入 katoto-big-calendar 包

react 生态精选组件

类型推荐组件
可视化图表Ant Design Charts | AntV 数据可视化解决方案
React Hooks 库ahooks
表单ProForm | Formily | react-hook-form | formik
布局react-grid-layout | react-grid-system
拖拽dnd-kit | react-beautiful-dnd | react-dnd | react-sortable-hoc
代码编辑器react-codemirror2 | react-monaco-editor
可视化图表Ant Design Charts | AntV 数据可视化解决方案
富文本编辑器react-quill | braft-editor
JSON 显示器react-json-view
拾色器react-color
响应式react-responsive | react-media
复制到剪贴板react-copy-to-clipboard
页面 meta 属性react-helmet | react-helmet-async
图标react-fontawesome | react-icons
二维码qrcode.react
顶部进度条nprogress
应用国际化FormatJS | react-i18next
代码高亮react-syntax-highlighter
Markdown 渲染react-markdown
无限滚动rc-virtual-list | react-infinite-scroll-component
地图react-google-maps | google-map-react | react-amap 高德
视频播放react-player | video-react | video.js
右键菜单react-contexify
Emojiemoji-mart
图片裁切antd-img-crop | react-image-crop
趋势线react-sparklines
关键字高亮react-highlight-words
右键菜单react-contexify
文字轮播react-text-loop-next | react-fast-marquee
动画react-move | Ant Motion | react-spring
页脚rc-footer
金额格式化react-number-format | react-currency-input-fiel

前端/设计/产品必备工具

类型推荐产品
文档管理语雀
图标iconfont
Sketch 插件Kitchen
在线代码编辑codesandbox | codepen
图片压缩tinypng
图表分类查询图之典

资料

基于 Dumi 和 father-build 构建 father-build 是如何工作的