# focusable It's an generic block-level element (like `div`) which receives focus. It actually implements [`focusable` behavior](focusable.md). 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 ```javascript //Import import '@dreamworld/pwa-helpers/focusable-item'; ``` ### Use ```html ```