<React.Fragment /><React.Fragment />TaskList components can have either TaskList.Item or TaskList.Group children. Task list components can use the following prop:
className (optional)headingId (optional)titleTaskList.Item item components can use the following props:
className (optional)href (optional)id (optional)id attribute.isComplete (optional)statusText (optional)tagColour (optional)grey.titleTasks can have additional content, provided as children of the task component.
TaskList.Group components can use the following props:
className (optional)intro (optional)title