v
Github
🌝
View Source
Used to wrap discrete content within Card.
Card
render( <Card spacing={<Divider />}> {[1, 2, 3, 4, 5].map((index) => ( <Card.Section key={index} subdued={index % 2 === 0}> Section {index} </Card.Section> ))} </Card>)