-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(EbayTable): add new table component #450
Conversation
🦋 Changeset detectedLatest commit: 2d086ad The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's something weird going on with allSelected
state in storybook: it defines the checkbox in header but doesn't affect the checkboxes in rows...
src/ebay-checkbox/README.md
Outdated
|
||
After you render the EbayCheckbox component in your application, if you do not see the checkbox svg, you should add import and render EbaySvg component once at the root level of your application (usually layout file). | ||
Add the bellow icons to the `EbaySvg` component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
below
, not bellow
👍 |
As we discussed, |
Description
EbayTable
componentaria-checked
correct value for controlled componentsEbayCheckbox
andEbayTriStateCheckbox
handlersEbayCheckbox
andEbayTriStateCheckbox
documentationStorybook: https://opensource.ebay.com/ebayui-core-react/table/?path=/docs/data-display-ebay-table--docs