-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e74779c
commit 2b74a07
Showing
3 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
node_modules/ | ||
*.tgz | ||
.DS_* | ||
|
||
# build | ||
dist | ||
.DS_Store | ||
storybook-static | ||
*.tgz | ||
|
||
# storybook | ||
storybook-static | ||
|
||
# logs & backups | ||
*.log | ||
**/*.backup.* | ||
**/*.back.* | ||
|
||
# yarn v2 | ||
.yarn/cache | ||
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,10 @@ | |
grid-auto-columns: var(--square-size); | ||
} | ||
|
||
.squares li { | ||
border-radius: 3px; | ||
} | ||
|
||
|
||
/* Other styling */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import React from 'react' | ||
import Heatmap from './Heatmap' | ||
// import { ContributionHeatmap } from './index' | ||
// import Heatmap from './Heatmap' | ||
import { ContributionHeatmap } from './index' | ||
|
||
export default { | ||
title: 'Example/Heatmap', | ||
component: Heatmap, | ||
component: ContributionHeatmap, | ||
} | ||
|
||
export const Basic = () => <Heatmap /> | ||
export const LightMode = () => <ContributionHeatmap /> |
2b74a07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: