1.0.5 • Published 5 years ago
afix-list-item v1.0.5
List Item
A list item component supporting touch friendly swipe controls
Using it
Try it out directly (requires a modern browser)
<script
src="https://cdn.skypack.dev/afix-list-item@latest"
type="module"
></script>Or install with
npm install afix-list-itemAnd use like this
import "afix-list-item"`Slots
| Name | Description | Default |
|---|---|---|
| content | The main item content | |
| controls | The controls available for the item. (e.g. delete, edit, etc.) |
CSS Custom Properties
Parts
| Name | Description | Default |
|---|---|---|
| content | The main item content container | |
| controls | The controls container |