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
This component should be a 20 x 20px square with a configurable icon inside. It should have the following props:
tabId: string - id of the tab this tab button is associated with
label: string - text to be used for alt on the icon as well as an aria-label on the component container
onClick: function (tabId: string) - function to call on click which takes a string (the tabId) as a parameter. This should be passed from the parent component, and it should be the state which the parent component uses to determine which tab content to render
The text was updated successfully, but these errors were encountered:
This component should be a 20 x 20px square with a configurable icon inside. It should have the following props:
alt
on the icon as well as an aria-label on the component containerThe text was updated successfully, but these errors were encountered: