Add progress bar component (#28518)
- Adds the progress bar component Release Notes: - N/A
This commit is contained in:
parent
b0b52f299c
commit
3abf95216c
12 changed files with 377 additions and 18 deletions
|
@ -199,7 +199,7 @@ impl RenderOnce for Label {
|
|||
|
||||
impl Component for Label {
|
||||
fn scope() -> ComponentScope {
|
||||
ComponentScope::None
|
||||
ComponentScope::Typography
|
||||
}
|
||||
|
||||
fn description() -> Option<&'static str> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue