Keypoints
Keypoints component for highlighting main article topics
Highlights key takeaways as a visually distinct bulleted list.
Can be used after Intro, to list main points the article covers: one bullet per KeypointsItem.
<Keypoints title="What you'll learn">
<KeypointsItem>First item</KeypointsItem>
<KeypointsItem>Second **item**</KeypointsItem>
</Keypoints>
result:
What you'll learn
- First item
- Second item