Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 479 Bytes

focusable-item.md

File metadata and controls

26 lines (20 loc) · 479 Bytes

focusable

It's an generic block-level element (like div) which receives focus.

It actually implements focusable behavior. So, read it's doc (and look at it's code) for more detail on it.

How to Use

Install

npm install --save @dreamworld/pwa-helpers

Import

  //Import
  import '@dreamworld/pwa-helpers/focusable-item';

Use

  <focusable-item>
    <!-- Your content goes Here -->
  </focusable-item>