Skip to content

Commit

Permalink
✨ feat: 初步完成热力图组件
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed May 2, 2021
1 parent c4747d9 commit 25e2235
Show file tree
Hide file tree
Showing 14 changed files with 3,260 additions and 13 deletions.
10 changes: 10 additions & 0 deletions docs/components/biz/examples/HeatmapCalendar/Demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';
import HeatmapCalendar from '@arvinxu/heatmap-calendar';

import { data } from './data';

const Demo = () => {
return <HeatmapCalendar data={data} />;
};

export default Demo;
Loading

0 comments on commit 25e2235

Please sign in to comment.