Keypoints Component
Keypoints component for highlighting main article topics
Keypoints
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