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(toggle-button): add toggle button #1922

Merged
merged 4 commits into from
Jun 21, 2023
Merged

feat(toggle-button): add toggle button #1922

merged 4 commits into from
Jun 21, 2023

Conversation

LuLaValva
Copy link
Member

Description

Add toggle button from ebayui-core from skin

Context

Must be tested in tandem with ^skin@16.3.0 using npm link

Screenshots

image image image

@LuLaValva LuLaValva requested review from ArtBlue and agliga June 16, 2023 23:02
@LuLaValva LuLaValva self-assigned this Jun 16, 2023
Copy link
Member Author

@LuLaValva LuLaValva left a comment

Choose a reason for hiding this comment

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

Thanks for the quick review and helpful comments @ArtBlue, I'm pretty happy with where it's at now

@LuLaValva LuLaValva requested a review from ArtBlue June 20, 2023 18:23
Copy link
Contributor

@ArtBlue ArtBlue left a comment

Choose a reason for hiding this comment

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

Let's also revise the default example in the docs section - no subtitle.
image

A couple of more minor changes, and this should be ready. Looking really good!

@LuLaValva LuLaValva requested a review from ArtBlue June 20, 2023 22:13
@LuLaValva
Copy link
Member Author

Thanks Arthur, everything should be fixed now

@@ -89,7 +89,7 @@ export default {
},
control: { type: "text" },
description:
"Placement of the image within the given bounds using the CSS `background-position` property. Using this property will switch the image fit from `contain` to `cover`",
"Placement of the image within the given bounds using the CSS `background-position` property. Options include [keywords, lengths, and edge distances](https://developer.mozilla.org/en-US/docs/Web/CSS/background-position). Using this property will switch the image fit from `contain` to `cover`",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

Copy link
Contributor

@ArtBlue ArtBlue left a comment

Choose a reason for hiding this comment

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

Looks good!

@ArtBlue ArtBlue linked an issue Jun 21, 2023 that may be closed by this pull request
@ArtBlue
Copy link
Contributor

ArtBlue commented Jun 21, 2023

@LuLaValva , this looks ready for merge. Can you just double check all the conversations and resolve them to make sure? Thanks!

@LuLaValva LuLaValva merged commit 23e904d into 12.3.0 Jun 21, 2023
@LuLaValva LuLaValva deleted the add-toggle-button branch June 21, 2023 16:43
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.

Toggle Button - new component
2 participants