Socket
Socket
Sign inDemoInstall

ngx-sticky-copy

Package Overview
Dependencies
5
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ngx-sticky-copy

Ngx Sticky is another approach how to make elements sticky.


Version published
Maintainers
1
Install size
213 kB
Created

Readme

Source

npm version Build Status npm bundle size NPM demo stackblitz

Ngx-sticky-copy

Ngx Sticky is another Angular approach how to make elements sticky. This library allows you to make sticky even tHead. It creates sticky copy and show/hide based on scroll position.

Instalation

npm install ngx-sticky-copy --save

then add NgxStickyCopyModule into module imports

import {NgxStickyCopyModule} from 'ngx-sticky-copy';

@NgModule({
// ...
  imports: [
    // ...
    NgxStickyCopyModule,
    // ...
  ],
// ...
})

Usage

See DEMO app for usage.

Directives

  • *scSticky - for all elements except table head
  • *scStickyThead - for table head element (tHead)

Keywords

FAQs

Last updated on 19 Jan 2022

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