We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to review/refactor the sbb-timetable-row implementation.
sbb-timetable-row
Figma Specs Timetable results Specs
Timetable-row Specs
Timetable-row Skeleton
Card Specs
References
Design Spec
Technical Spec
should be a native button -> Emits an event onClick ( -> wrapper: timetable-row-button)
assumption: timetable-row-button and timetable-button can be summarize in one component
provide aria attribute for the button: aria-label, aria-haspopup, aria-expanded and aria-controls
aria-expanded should toggle from false to true onClick
set the role to "presentation" for the components button-wrapper and the role="row", role="rowHeader" and role="gridcell" for the inner Elements
provide a state for loading
We want to use these two components as slots:
We want to provide flat Props, which will be orientated to the visual specs:
Questions: slots or props? Do we want to provide a list of possible icons?
<sbb-timetable-row> <sbb-card-badge/> <sbb-pearl-chain/> </sbb-timetable-row>
Markup:
<sbb-timetable-row-button> <sbb-card> <slot name="cardBadge"> ... ... <slot name="pearlChain"> ... ... </sbb-card> </sbb-timetable-row-button>
--> should resolve in (#1299)
The text was updated successfully, but these errors were encountered:
kyubisation
osminaz
k-luise
No branches or pull requests
Feature Description
Feature Description
We want to review/refactor the
sbb-timetable-row
implementation.Figma Specs
Timetable results Specs
Timetable-row Specs
Timetable-row Skeleton
Card Specs
References
Design Spec
--> should resolve in (story(sbb-card): initial implementation #1216)
--> should resolve in (story(sbb-timetable-row): layout and animation #1298)
Technical Spec
should be a native button -> Emits an event onClick ( -> wrapper: timetable-row-button)
assumption: timetable-row-button and timetable-button can be summarize in one component
provide aria attribute for the button: aria-label, aria-haspopup, aria-expanded and aria-controls
aria-expanded should toggle from false to true onClick
set the role to "presentation" for the components button-wrapper and the role="row", role="rowHeader" and role="gridcell" for the inner Elements
provide a state for loading
We want to use these two components as slots:
We want to provide flat Props, which will be orientated to the visual specs:
Questions:
slots or props?
Do we want to provide a list of possible icons?
Markup:
--> should resolve in (#1299)
Definition of Done
The text was updated successfully, but these errors were encountered: