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

[Progress Bars] - Add more properties #376

Open
desig9stein opened this issue Jan 20, 2025 · 0 comments
Open

[Progress Bars] - Add more properties #376

desig9stein opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels

Comments

@desig9stein
Copy link
Contributor

Circular

Currently, the Circular progress bar has no schema properties for variants (info, success, warning, danger); We have to add them as we have them for the linear progress bar.

'fill-color-default'
'fill-color-danger'
'fill-color-warning'
'fill-color-info'
'fill-color-success'

Linear

Additionally, we should add new schema props for linear progress bar height and strip size
with initial values set as follows:

$bar-height: map.get((
    'material': rem(4px),
    'fluent': rem(2px),
    'bootstrap': rem(16px),
    'indigo': rem(4px),
), $variant);

$strip-size: map.get((
    'material': rem(16px),
    'fluent': rem(16px),
    'bootstrap': rem(5px),
    'indigo': rem(16px),
), $variant);
@simeonoff simeonoff changed the title Progressbars - adding additional properties [Progress Bars] - Add more properties Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants