@rautils/ngx-tab-focus
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

@rautils/ngx-focus-tab

Library to style focused elements only by keyboard

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

Package Sidebar

Install

npm i @rautils/ngx-tab-focus

Weekly Downloads

2

Version

0.1.3

License

MIT

Unpacked Size

103 kB

Total Files

26

Last publish

Collaborators

  • flowyourmind