Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Focused Element

This library provides an easy way to get a focused HTML element.

Demo: https://stackblitz.com/edit/angular-uj2nvt

Quick Start

Add it to your project

npm install --save find-focused-element

Import using ES Modules:

import findFocusedElem from 'find-focused-element';

Or as a CommonJS:

const findFocusedElem = require('find-focused-element');

Use:

const elem = findFocusedElem(window.document);

Browser Support

The library has been tested in:

  • Latest Edge, Firefox, Chrome, Opera, Safari (Mac)
  • iOS 11 Safari
  • IE 8-11

Releases

Packages

Used by

Contributors

Languages