Skip to content
#

multiple

Here are 405 public repositories matching this topic...

rchrdnsh
rchrdnsh commented Nov 13, 2020

currently I am trying to:

bind:values={[$volume]}

...but I get the following error:

Can only bind to an identifier (e.g. `foo`) or a member expression (e.g. `foo.bar` or `foo[baz]`) (59:3)

...and I honestly only need one value for my use cases (volume slider and timeline, which you have expressed reservations about :-)

so, would it be possible to add a `value

documentation enhancement good first issue
jcarpanelli
jcarpanelli commented Jun 5, 2019

The idea is to implement a new method called remove that receives a spinner reference name as argument and removes that spinner from the list, and thus should not be printed again in the terminal If no reference is given, the method call does nothing.

Example usage:

const spinnies = new Spinnies();
spinnies.add('spinner-1');
spinnies.add('spinner-2');
spinnies.add('spinner-3');
se
feature good first issue

Improve this page

Add a description, image, and links to the multiple topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiple topic, visit your repo's landing page and select "manage topics."

Learn more