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
The objective of this issue is to create a new React component named List. It is needed to show an ordered list.
Behaviors:
The list component should be semantic. Optimally using semantic HTML elements. Therefore you might create a List and ListItem component.
Each list item has an icon and a test. The icon has a fixed size. The text beside the icon has a fixed space to the icon.
3. Design (DRAFT):
Acceptance Criteria:
The component is implemented according to the requirements described above, or an existing component is taken that fulfills the requirements.
The component passes all defined test cases and has Stories displaying its states
The component linked to a figma component in Storybook - speak to designers!
You should not implement any complex CSS styles! The design is still a work in progress. The component will be finalized design-wise in a separate ticket. Ensure that the behaviors are implemented accordingly.
The text was updated successfully, but these errors were encountered:
Implement React Component: List
Objective:
The objective of this issue is to create a new React component named
List
. It is needed to show an ordered list.Behaviors:
semantic HTML elements. Therefore you might create a
List
andListItem
component.3. Design (DRAFT):
Acceptance Criteria:
behaviors
are implemented accordingly.The text was updated successfully, but these errors were encountered: