Replies: 1 comment 1 reply
-
I agree that adding a disabled state is a good-to-have feature, but not a must-have feature. What about doing a condition in I use YouTube Music, and when I click Previous button when it's the first song of playlist, it jumps to the beginning of the song. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app will likely have the following concepts:
I can get all the color customizations I want by dropping in my own styles.css file. But I don't see a direct way to make certain buttons in a disabled state.
The only way I have found to be able to do this is by importing the default icons directly and re-reference the color I already used in the CSS file.
Is there any easier way to do this? Given that there was a previous ask on this board for disabling the play button, I think it would be nice if
<AudioPlayer>
had some simple props and backing CSS styles for this.Beta Was this translation helpful? Give feedback.
All reactions