Skip to content

feat(slider): Introduce token for slider height #31101

Open
@stasberkov

Description

@stasberkov

Feature Description

Currently slider component has hard-coded height of 48px. In our app we need 34px height (we are replacing jquery slider control with material slider).
We cannot simply change the height of the component since internal elements (i.e. thumb) depend on the component height.
Thereby please expose the token that can be used to change height of the slider component.

Use Case

Expose token to customize height of slider component.

Activity

added
featureThis issue represents a new feature or feature request rather than a bug or bug fix
needs triageThis issue needs to be triaged by the team
on May 12, 2025
added
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
and removed
needs triageThis issue needs to be triaged by the team
on May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentfeatureThis issue represents a new feature or feature request rather than a bug or bug fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      feat(slider): Introduce token for slider height · Issue #31101 · angular/components