# selectable **Repository Path**: mirrors_component/selectable ## Basic Information - **Project Name**: selectable - **Description**: Selectable DOM elements - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selectable Selectable DOM elements. ![dom element selection js component](http://i.cloudup.com/iZqb9fzgccE.png) ## Installation $ component install component/selectable ## Example ```html ``` ## API ### Selectable(selector, el) Make elements with the given `selector` selectable, with optional context `el`. ### Selectable#select(els) Add the given `els` to the selection. ### Selectable#deselect(els) Remove the given `els` from the selection. ## License MIT