We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87e914 commit c348db5Copy full SHA for c348db5
.github/workflows/deploy.yml
@@ -81,7 +81,7 @@ jobs:
81
run: npm run build
82
83
- name: Publish package
84
- uses: JS-DevTools/npm-publish@v1
+ uses: npm publish
85
with:
86
access: 'public'
87
check-version: true
README.md
@@ -11,7 +11,9 @@
11
</div>
12
13
14
->Dot Matrix Chart Component - NPM Package
+>A customizable ready to use Dot Matrix Chart Component for React
15
+
16
+Try tweaking a dot matrix using this codesandbox link <a href="https://codesandbox.io/s/dot-matrix-chart-hqw9z0" >here</a>
17
18
## Installation
19
0 commit comments