Skip to content

Support for stacked progress bars #55

Closed
@Hekku2

Description

It would be nice to have support for stacked progress bars

Suggestion for API
data-bind="progress: { stacked: arrayOfProgressBinding }"
And arrayOfProgressBinding would be something like

arrayOfProgressBinding = [
{value: valueSuccess, type: typeSuccess, text: text, textHidden: hidden, animated: animated, striped: striped},
{value: valueWarning, type: typeWarning, text: text, textHidden: hidden, animated: animated, striped: striped},
{value: valueError, type: typeError, text: text, textHidden: hidden, animated: animated, striped: striped}
];

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions