1.2.1 • Published 1 year ago

@fidelisppm/action-link v1.2.1

Weekly downloads
10
License
SEE LICENSE IN GI...
Repository
github
Last release
1 year ago

ActionLink

A clickable vertical ellipsis image that displays a popover to the user. Intended to contain a div with a list of clickable options.

Props

actions (array of objects)
Each object in the provided array should be renderable by React. It is recommended to use divs.

popoverPosition (string)
The position the popover should appear relative to the action link. Acceptable values are top, left, right, and bottom. Defaults to left.

Usage

<ActionLink
	actions: {[
		<div>Update</div>,
		<div>Delete</div>
	]}
	position: 'left'
/>
1.2.1

1 year ago

1.2.0

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.1.2

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago