Update component is used to keep track of changes and updates.
v0.1.1
Props
string
required
Label in the changelog, on the sticky left side.
string
Description below the label in the Changelog preview.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Keep track of changes and updates
Update component is used to keep track of changes and updates.
<Update label="2024-10-12" description="v0.1.1">
This is how you use a changelog with a label
and a description.
</Update>
<Update label="2024-10-11" description="v0.1.0">
This is how you use a changelog with a label
and a description.
</Update>
Update components to create changelogs.label creates an anchor and also shows up on the table of contents on the right.Was this page helpful?