ngx-tab
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

NgxTab

A very simple tab component for Angular.

Installation

npm install ngx-tab

Usage

Import the NgxTabModule to your app.module.ts file:

import { NgxTabModule } from 'ngx-tab-module'

And finally:

<tabs>
  <tab title="Title 01" active=true>Here is content about tab1</tab>
  <tab title="Title 02">Hey, Here is content about tab2</tab>
  <tab title="Title 03">And finally, Here is content about tab3</tab>
</tabs>

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-tab

Weekly Downloads

1

Version

0.0.3

License

none

Unpacked Size

64.8 kB

Total Files

32

Last publish

Collaborators

  • vahid.vdn