Skip to content

Commit 2138dc7

Browse files
Readme file changes
1 parent 7e365cd commit 2138dc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -18,7 +18,7 @@
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
199199
the 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}),

0 commit comments

Comments
 (0)