# ngx-sticky-copy

> Ngx Sticky is another approach how to make elements sticky.

Latest version **1.0.1** (published 2022-01-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngx-sticky-copy
pnpm add ngx-sticky-copy
yarn add ngx-sticky-copy
bun add ngx-sticky-copy
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-01-19 |
| First published | 2021-10-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 180 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | raiper34 |
| Keywords | angular, sticky, directives, sticky table head |

## Links

- npm: https://www.npmjs.com/package/ngx-sticky-copy
- Repository: https://github.com/Raiper34/ngx-sticky-copy
- Homepage: https://ngx-sticky-copy.netlify.app
- Issues: https://github.com/Raiper34/ngx-sticky-copy/issues
- npm.io page: https://npm.io/package/ngx-sticky-copy

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^1.10.0

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2022-01-19
- 1.0.0 — 2021-11-14
- 0.1.0 — 2021-11-08
- 0.0.1 — 2021-10-28

## README

[![npm version](https://badge.fury.io/js/ngx-sticky-copy.svg)](https://badge.fury.io/js/ngx-sticky-copy)
[![Build Status](https://app.travis-ci.com/Raiper34/ngx-sticky-copy.svg?branch=main)](https://app.travis-ci.com/Raiper34/ngx-sticky-copy)
![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-sticky-copy)
![NPM](https://img.shields.io/npm/l/ngx-sticky-copy)
[![demo](https://badgen.net/badge/demo/online/orange)](https://ngx-sticky-copy.netlify.app/)
[![stackblitz](https://badgen.net/badge/stackblitz/online/orange)](https://stackblitz.com/edit/angular-ivy-4tqcmx)

# 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
```typescript
import {NgxStickyCopyModule} from 'ngx-sticky-copy';

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

# Usage
See [DEMO](https://ngx-sticky-copy.netlify.app/) app for usage.

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

---
_Source: https://npm.io/package/ngx-sticky-copy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
