0.0.3 • Published 5 years ago

ngx-tab v0.0.3

Weekly downloads
13
License
-
Repository
-
Last release
5 years ago

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>
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago