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
return(<ProcessList><ProcessListItemheading="Start a process">{/*Any JSX or custom elements here*/}</ProcessListItem><ProcessListItemheading="Proceed to the second step">{/*Any JSX or custom elements here*/}</ProcessListItem><ProcessListItemheading="Complete the step-by-step process">{/*Any JSX or custom elements here*/}</ProcessListItem></ProcessList>)
Other Considerations
The uswds implementation makes recommendations for styling using theme settings. Will likely require making a judgement call on how to expose those through the react-uswds interface, or to leave themeing up to the implementer.
The text was updated successfully, but these errors were encountered:
Process List
USWDS Version
2.10.0
Description
A process list displays the steps or stages of important instructions or processes.
Requirements (proposed)
Prop Interface
Example Implementation (proposed)
Other Considerations
The text was updated successfully, but these errors were encountered: