Technicoder / focusable

Returns a string of focusable HTML elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Focusable

Returns a string of focusable HTML elements

Installation

npm install focusable

Example

const focusable = require('focusable');

var elements = document.querySelectorAll(focusable);

About

Returns a string of focusable HTML elements

License:MIT License