You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tokens haven't been added to the project at a higher level, make sure to import
import"@ebay/skin/tokens";
Or import styles using SCSS/CSS
import"@ebay/skin/table.css";
Import icons
Add the below icons to the EbaySvg component.
Note: Make sure that EbaySvg is only rendered on the server so it does not affect the client bundle size.
<EbaySvgicons={[// If using sorting behavior"sort12","sort12up","sort12down",// If using selection behavior"checkboxChecked18","checkboxUnchecked18","checkboxMixed18",]}/>