File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55
66
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 >
88
99
1010
1818
1919
2020
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 >
2222
2323
2424
@@ -199,8 +199,8 @@ All the default styles provided by this package are overridable using the `style
199199the below code shows all the overridable styles:
200200
201201``` jsx
202- < DotMatrix
203- dataPoints = {dataPointsArray }
202+ < MultiSelection
203+ productList = {productListArray }
204204 styles= {{
205205 SelectionListZeroState?: () => ({... styles}),
206206 SelectedListZeroState?: () => ({... styles}),
You can’t perform that action at this time.
0 commit comments