1.2.1 • Published 1 month ago

@fidelisppm/action-link v1.2.1

Weekly downloads
10
License
SEE LICENSE IN GI...
Repository
github
Last release
1 month 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 month ago

1.2.0

1 year ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.1.2

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago