-
Notifications
You must be signed in to change notification settings - Fork 30
Football match header tabs #14997
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
base: main
Are you sure you want to change the base?
Football match header tabs #14997
Conversation
The tabs component of the new football match header design. Note that this does not yet include "live" styles.
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
| return <Tab>Match report</Tab>; | ||
| } | ||
|
|
||
| if (props.reportURL !== undefined) { |
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.
Which scenario does this cover?
| return <Tab>Live feed</Tab>; | ||
| } | ||
|
|
||
| if (props.liveURL !== undefined) { |
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.
Same question as above
The tabs component of the new football match header design (#14901). Note that this does not yet include "live" styles.
See Storybook for more variations.