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

feat: Migrate Wizard component #482

Merged
merged 5 commits into from
Dec 24, 2024
Merged

feat: Migrate Wizard component #482

merged 5 commits into from
Dec 24, 2024

Conversation

GZolla
Copy link
Contributor

@GZolla GZolla commented Dec 23, 2024

@GZolla GZolla requested a review from a team as a code owner December 23, 2024 16:54
}
}

customElements.define('d2l-labs-step', D2LStep);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be better named as d2l-labs-wizard-step

`;
}

_getAriaTitle() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be a good time to swap these to # prefix instead of _ to enforce encapsulation.

@@ -0,0 +1,49 @@
# Wizard

The `<d2l-labs-wizard>` can be used to be display a spped workflow.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `<d2l-labs-wizard>` can be used to be display a spped workflow.
The `<d2l-labs-wizard>` can be used to be display a stepped workflow.

@GZolla GZolla merged commit b289e05 into main Dec 24, 2024
3 checks passed
@GZolla GZolla deleted the gzolla/migrate-wizard branch December 24, 2024 15:07
Copy link

🎉 This PR is included in version 2.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants