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

feat: support slider editable #1006

Merged
merged 14 commits into from
Jul 17, 2024
Merged

feat: support slider editable #1006

merged 14 commits into from
Jul 17, 2024

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Jul 16, 2024

ColorPicker 多选需要 Slider 支持多点操作,现在 rc-color-picker 上自行实现了一套。感觉没什么必要,直接作为 feature 加给 rc-slider 会更好一些。合并了一些 API,可以发个大版本这样不用考虑兼容问题。

Copy link

vercel bot commented Jul 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
slider ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2024 7:01am

@zombieJ
Copy link
Member Author

zombieJ commented Jul 17, 2024

Move to react-component/picker#845

@zombieJ zombieJ closed this Jul 17, 2024
@zombieJ zombieJ reopened this Jul 17, 2024
};

export default () => {
const [value, setValue] = React.useState([0, 50, 80]);

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note documentation

Unused variable value.
@zombieJ zombieJ marked this pull request as ready for review July 17, 2024 07:01
@zombieJ zombieJ merged commit b99fa96 into master Jul 17, 2024
9 checks passed
@zombieJ zombieJ deleted the editable branch July 17, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant