-
-
Notifications
You must be signed in to change notification settings - Fork 41
Add persistence to components #104
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
Comments
Absolutely, we'd happily review a PR! It's straightforward, all you have to do is add the appropriate props and |
Is there a recommended build-system? I always get errors when using
|
Closed by @stlehmann in #105 🎉 |
Hey, how did you resolve this issue? I am trying to build the library and these two files generate the same error for me. I was able to run the |
Actually I think I wasn't able to build it on my own computer so I had to rely on CI to do building for me. 🤔 |
Thanks for this great library. I enjoy the beautiful-styled controls and often use them in my projects. Lately I found out that Dash supports a convenient way to make user-data persistent by adding a
persistence
attribute. So a slider that keeps its data persistant now basically comes down to one line of code:This dramatically simplifies the cases where before one had to pass all user-values to a Store component. I would love to see this feature implemented in dash-daq components and also would be willing to contribute. What are your thoughts?
The text was updated successfully, but these errors were encountered: