0.1.3 • Published 4 years ago

@rautils/ngx-tab-focus v0.1.3

Weekly downloads
87
License
MIT
Repository
github
Last release
4 years ago

npm version

auto deploy

This is a work in progress

Demo

You cann see the demo here

Installation

First, install the npm module:

npm install @rautils/ngx-tab-focus --save

or

yarn add @rautils/ngx-tab-focus

Usage

Import the module

import {NgModule} from '@angular/core';
import {NgxTabFocusModule} from '@rautils/ngx-tab-focus';

@NgModule({
    imports: [
        NgxTabFocusModule
    ],
    bootstrap: [AppComponent]
})
export class AppModule { }

Place the component

<tab-focus>
	<p>I can be focused only by keyboard</p>
</tab-focus>

API reference