1.0.11 • Published 1 month ago

@synerise/ds-editable-items-list v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

id: editable-items-list

title: EditableItemsList

EditableItemsList UI Component

Installation

npm i @synerise/ds-editable-items-list
or
yarn add @synerise/ds-editable-items-list

Usage

import EditableItemsList from '@synerise/ds-editable-items-list'

<EditableItemsList />

Demo

API

PropertyDescriptionTypeDefault
renderRowElementFunction to render each row. Invoked with item index and item object.(index: number, item: T) => ReactElement-
itemsArray of items to be rendered, each should have a unique id.T[]-
addButtonLabelText or custom component for the "Add" button.string | ReactNode-
addButtonIconCustom icon for the "Add" button.ReactElement-
addButtonPropsAdditional props for the "Add" button. It can override default style.Partial<ButtonProps>-
onAddCallback function called when the "Add" button is clicked.() => void-
minRowLengthThe minimum number of rows to display.number1
maxRowLengthThe maximum number of rows allowed.number-
deleteTooltipTooltip text for the delete button.string-
onDeleteCallback function called when a row's delete button is clicked. It receives the ID and index of the row to delete.(id: string, index: number) => void-
1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

4 months ago

1.0.11

1 month ago

1.0.10

1 month ago

0.2.7

4 months ago

0.2.6

4 months ago

0.2.5

5 months ago

0.2.3

5 months ago

0.2.4

5 months ago

0.2.1

5 months ago

0.2.0

6 months ago

0.2.2

5 months ago

0.1.40

6 months ago

0.1.39

6 months ago

0.1.32

8 months ago

0.1.33

8 months ago

0.1.34

8 months ago

0.1.35

8 months ago

0.1.36

8 months ago

0.1.37

7 months ago

0.1.38

7 months ago

0.1.30

9 months ago

0.1.31

9 months ago

0.1.29

9 months ago

0.1.27

10 months ago

0.1.28

10 months ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.20

11 months ago

0.1.21

11 months ago

0.1.22

11 months ago

0.1.23

10 months ago

0.1.24

10 months ago

0.1.25

10 months ago

0.1.26

10 months ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

12 months ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

2 years ago