import { List, ListItem } from '@patternfly/react-core'; export const ListBasic: React.FunctionComponent = () => ( First Second Third );