File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
7
- <a href =" https://www.npmjs.com/package/react-dot-matrix-chart " ><img src =" https://badgen.net/npm/v/react-dot-matrix-chart ?color=blue " alt =" npm version " ></a > <a href =" https://www.npmjs.com/package/react-dot-matrix-chart " ><img src =" https://img.shields.io/npm/dw/react-dot-matrix-chart ?label=Downloads " /></a > <a href =" https://github.com/KeyValueSoftwareSystems/react-dot-matrix-chart " ><img src =" https://github.com/KeyValueSoftwareSystems/react-dot-matrix-chart /actions/workflows/deploy.yml/badge.svg " alt =" " /></a >
7
+ <a href =" https://www.npmjs.com/package/@keyvaluesystems/ react-multi-selection-ui-component " ><img src =" https://badgen.net/npm/v/@keyvaluesystems/ react-multi-selection-ui-component ?color=blue " alt =" npm version " ></a > <a href =" https://www.npmjs.com/package/@keyvaluesystems/ react-multi-selection-ui-component " ><img src =" https://img.shields.io/npm/dw/@keyvaluesystems/ react-multi-selection-ui-component ?label=Downloads " /></a > <a href =" https://github.com/KeyValueSoftwareSystems/react-multi-selection-ui " ><img src =" https://github.com/KeyValueSoftwareSystems/react-multi-selection-ui /actions/workflows/deploy.yml/badge.svg " alt =" " /></a >
8
8
9
9
10
10
18
18
19
19
20
20
21
- Try tweaking a multi selection ui component using this codesandbox link <a href =" https://codesandbox.io/s/dot-matrix-chart-hqw9z0 " >here</a >
21
+ Try tweaking a multi selection ui component using this codesandbox link <a href =" https://codesandbox.io/s/mulit-selection-ui-gzcfrn " >here</a >
22
22
23
23
24
24
@@ -199,8 +199,8 @@ All the default styles provided by this package are overridable using the `style
199
199
the below code shows all the overridable styles:
200
200
201
201
``` jsx
202
- < DotMatrix
203
- dataPoints = {dataPointsArray }
202
+ < MultiSelection
203
+ productList = {productListArray }
204
204
styles= {{
205
205
SelectionListZeroState?: () => ({... styles}),
206
206
SelectedListZeroState?: () => ({... styles}),
You can’t perform that action at this time.
0 commit comments