Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create component "slider with min and max values and footer" #13

Open
CarlosSanabriaM opened this issue Jun 16, 2019 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@CarlosSanabriaM
Copy link
Owner

<span class="text-small text-secondary slider-min-value">{{maxNumTopicsMinValue}}</span>
<mat-slider #sliderMaxNumTopics 
   [max]="maxNumTopicsMaxValue"
   [min]="maxNumTopicsMinValue" 
   [value]="maxNumTopics" color="primary" thumbLabel></mat-slider>
<span class="text-small text-secondary slider-max-value">{{maxNumTopicsMaxValue}}</span>
<p class="slider-footer">Número máx. de topics devueltos</p>
@CarlosSanabriaM CarlosSanabriaM added the enhancement New feature or request label Jun 16, 2019
@CarlosSanabriaM CarlosSanabriaM self-assigned this Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant