You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Create a new component with Unicove to serve as a slider that can bind to a text input.
Notes:
_components
folder showing it in action and how its implemented.max = user balance
.References:
The text was updated successfully, but these errors were encountered: