taro-calendar-heatmap:Taro构建的日历热图组件

时间:2021-03-28 14:55:05
【文件属性】:
文件名称:taro-calendar-heatmap:Taro构建的日历热图组件
文件大小:400KB
文件格式:ZIP
更新时间:2021-03-28 14:55:05
TypeScript 芋头日历热图 基于Taro的日历热力图,类似以GitHub贡献统计图。 安装与约会 安装 npm i taro-calendar-heatmap --save ♡ import CalendarHeatmap from 'taro-calendar-heatmap' ; // 引入样式 import 'taro-calendar-heatmap/index.css' ; 组件使用 const data = [ { date : '2021-3-24' , count : 6 } , { date : '2021-3-25' , count : 1 } , { date : '2021-3-26' , count : 4 } , { date : '2021-3-27' , count : 5 } , { date : '2021-3-28' , count : 7 }
【文件预览】:
taro-calendar-heatmap-master
----project.config.json(303B)
----tsconfig.build.json(606B)
----.eslintrc(123B)
----rollup.config.js(2KB)
----yarn.lock(484KB)
----src()
--------app.ts(319B)
--------app.config.ts(225B)
--------index.html(1011B)
--------pages()
--------components()
--------app.scss(0B)
----babel.config.js(231B)
----.npmignore(139B)
----tsconfig.json(681B)
----config()
--------prod.js(423B)
--------dev.js(112B)
--------index.js(1KB)
----tsconfig.rollup.json(644B)
----.prettierrc(242B)
----README.md(3KB)
----.husky()
--------pre-commit(72B)
--------.gitignore(2B)
----yarn-error.log(495KB)
----.npmrc(570B)
----.editorconfig(197B)
----global.d.ts(394B)
----.gitignore(73B)
----package-lock.json(674KB)
----package.json(3KB)

网友评论