Skip to content
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

[FluentProgress] Add Width, Stroke, Color and BackgroundColor attributes #1121

Merged
merged 6 commits into from
Dec 14, 2023

Conversation

dvoituron
Copy link
Collaborator

[FluentProgress] Add Width, Stroke, Color and BackgroundColor attributes

  • Width : component width.
  • Stroke : stroke width of the progress bar or progress ring.
  • Color : color to be used for the progress bar or progress ring.
  • BackgroundColor : color to be used for the background of the progress bar.

Example

<FluentProgress Min="0" Max="100" Value="30" Width="200px" Stroke="@ProgressStrokes.Large" Color="red" />
<FluentProgressRing Min="0" Max="100" Value="30" Width="64px" Stroke="@ProgressStrokes.Large" Color="blue" />

FluentProgress

FluentProgressRing

Unit Tests

image

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1121.westeurope.3.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1121.westeurope.3.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1121.westeurope.3.azurestaticapps.net

@dvoituron dvoituron enabled auto-merge (squash) December 14, 2023 21:04
@dvoituron dvoituron merged commit 4a7c30d into dev Dec 14, 2023
4 checks passed
@dvoituron dvoituron deleted the users/dvoituron/progress-stroke-width branch December 14, 2023 21:05
vnbaaij added a commit that referenced this pull request Dec 15, 2023
…tes (#1121) - v3

* Add Width, Stroke and Color

* Add Stroke for ProgressBar

* Add Unit Tests

* Update doc

* Remove one crazy test (onl on server)

---------

Co-authored-by: Vincent Baaij <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants