@eox/map-source-select
v1.0.0-alpha.1
Published
A layer swipe component
Downloads
4
Keywords
Readme
map-source-select
Documentation
Props
- enableCompare (Boolean): enable comparison feature
- selectionItems (Array): items to display in the dropdown selection
- reverseDirection (Boolean): reverse the comparison direction (original right, comparison left)
Events
- selectLayer
- selectCompareLayer
- toggleCompare
Install
npm install @eox/map-source-select
or
<link rel="stylesheet" href="https://unpkg.com/@eox/map-source-select/dist/map-source-select.css">
<script src="https://unpkg.com/@eox/map-source-select/dist/map-source-select.umd.js"></script>