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

Value Slider #138

Open
aaroncox opened this issue Jul 29, 2022 · 1 comment
Open

Value Slider #138

aaroncox opened this issue Jul 29, 2022 · 1 comment

Comments

@aaroncox
Copy link
Member

Create a new component with Unicove to serve as a slider that can bind to a text input.

Notes:

  • Create a global component for the horizontal slider element. Click and hold to drag and update its internal value.
  • This should be a new example page in the _components folder showing it in action and how its implemented.
  • The slider should have a minimum and maximum value that's able to be configured, e.g. max = user balance.
  • The internal value should be an exposed writable store, allowing it to be updated externally.
  • The slider component should be able to be tied to a text input component (which is already created), if the input is updated, the slider should update, and if the slider is updated the input should update.
  • Avoid using an external library if possible?

References:

image

@apporc
Copy link
Contributor

apporc commented Jul 16, 2024

#194 implemented, it's just not tied to a text input component

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

No branches or pull requests

2 participants