Socket
Socket
Sign inDemoInstall

ngc-scrolling-tabs

Package Overview
Dependencies
8
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ngc-scrolling-tabs

This component gives you a responsive bootstrap tabs component to use with angular 8+


Version published
Maintainers
1
Install size
253 kB
Created

Readme

Source

ScrollingTabs

This component is a scrollable responsive tab component build on Angular 8 and Bootstrap 4.

Getting started

  1. npm install ngc-scrolling-tabs

Input options

  1. If firstTabActive is true. On page load, if the active tab is not specified the first tab will be marked as active.
  2. If scrollToActive is true. On page load, the active tab that is marked active will be scrolled to.

Example

<ngc-scrolling-tabs [firstTabActive]="true" [scrollToActive]="true"> Tab 1 content <ngcScrollingTab id="settings" title="Settings" [active]="true"> Tab 2 content

Keywords

FAQs

Last updated on 07 Jan 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc