Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@aloysius-software-factory/mat-tab-nav-gesture
Advanced tools
This library provide a simple directive to enable gesture behaviors for the MatTabGroup component on top of @angular/material library.
This library provide a simple directive to enable gesture behaviors for the MatTabGroup component on top of @angular/material library.
####Gesture features :
Install the library from npm
npm i --save @aloysius-software-factory/mat-tab-nav-gesture
Next, import the MatTabGroupGestureModule in your app's module
app.module.ts
import { MatTabNavGestureModule } from 'mat-tab-group-gesture';
...
@NgModule({
...
imports: [
...
MatTabNavGestureModule,
],
...
})
export class AppModule { }
After that, you will be able to add gesture directive to mat-tab-group :
<mat-tab-group matTabNavGesture [swipeLimitWidth]="80"> ... </mat-tab-group>
Directive responsible for managing gesture behaviors
Selector: matTabNavGesture
Name | Default value | Description |
---|---|---|
swipeLimitWidth | 80 | The minimum length of the "swipe" gesture to trigger the tabs navigation |
FAQs
This library provide a simple directive to enable gesture behaviors for the MatTabGroup component on top of @angular/material library.
The npm package @aloysius-software-factory/mat-tab-nav-gesture receives a total of 3 weekly downloads. As such, @aloysius-software-factory/mat-tab-nav-gesture popularity was classified as not popular.
We found that @aloysius-software-factory/mat-tab-nav-gesture demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.