Hello! This might be a stupid question, but I star...
# compose
e
Hello! This might be a stupid question, but I started playing with Compose and I opted for using Material 3, and I am not finding a ProgressBar-like component. Am I supposed to use components from the
androidx.compose.material
package when they are not in the
androidx.compose.material3
one, and then manually pass the colors from the
material3.MaterialTheme
? Or is there a more straightforward way which I am missing?
d
Copy code
CircularProgressIndicator
c
If you just started playing with compose... I would not use material3. There is a bunch of stuff "missing" because it's still very early on. I would just use the regular material stuff.
🙏 1
☝️ 4