slider-label
v2.1.1
Published
Note that this library is for Angular
Downloads
71
Maintainers
Readme
SliderLabel
Note that this library is for Angular
When you have a text that doesn't fit to your label, You can use this directive.
Demo
https://stackblitz.com/edit/angular-ivy-dbhlko?file=src/app/app.component.html
Version
For Angular version 14 use version 2 of this library
Installation
Install slider-label with npm
cd my-project
npm i slider-label
Usage/Examples
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
import { SliderLabelModule } from "slider-label";
@NgModule({
imports: [BrowserAnimationsModule, SliderLabelModule],
})
export class AppModule {}
Then in your component.html
<div ngxSliderLabel>your text that doesn't fit in this div</div>
API Reference
Inputs
| Parameter | Type | Description |
| :------------- | :------ | :----------------------------------------------- |
| dir
| Input
| rtl or ltr |
| speed
| Input
| The sliding speed; the unit is pixel per soconds |
| comeBackTime
| Input
| return to normal time |
| className
| Input
| css class name |