Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add slider component#17431

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jaaydenh merged 2 commits intomainfromjaaydenh/slider-component
Apr 17, 2025
Merged

feat: add slider component#17431

jaaydenh merged 2 commits intomainfromjaaydenh/slider-component
Apr 17, 2025

Conversation

jaaydenh
Copy link
Contributor

@jaaydenhjaaydenh commentedApr 16, 2025
edited
Loading

The slider component is part of the components supported by Dynamic Parameters

There are no Figma designs for the slider component. This is based on the shadcn slider.

Screenshot 2025-04-16 at 19 26 11

@jaaydenhjaaydenh self-assigned thisApr 16, 2025
Copy link
Member

@ParkreinerParkreiner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM. Just had one suggestion about removing a possible footgun with the base Shad implementation

Comment on lines 16 to 19
className={cn(
"relative flex w-full touch-none select-none items-center h-1.5",
className,
)}
Copy link
Member

@ParkreinerParkreinerApr 16, 2025
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Do we want to split this off into three values, since two of the classes are actually behavioral and not just stylistic? I don't see a case where we would ever want those to be overridden

className={cn("relative flex w-full items-center h-1.5",className,"touch-none select-none",)}

I'd rather make a bad UX edge case impossible out of the gate, over optimizing for a use case that might not ever exist

jaaydenh reacted with thumbs up emoji
@jaaydenhjaaydenh merged commit67a9127 intomainApr 17, 2025
29 checks passed
@jaaydenhjaaydenh deleted the jaaydenh/slider-component branchApril 17, 2025 10:27
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsApr 17, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@ParkreinerParkreinerParkreiner approved these changes

Assignees

@jaaydenhjaaydenh

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@jaaydenh@Parkreiner

[8]ページ先頭

©2009-2025 Movatter.jp