The Update component is used to keep track of changes and updates.

2024-10-12
v0.1.1
  • Responsive design
  • Sticky section for each changelog
2024-10-11
v0.1.0
<Update label="2024-10-12" description="v0.1.1">
  Add your changelog content here
</Update>

Each label creates an anchor and appears in the table of contents.

Props

label
string
required

Label in the changelog, on the sticky left side.

description
string

Description below the label.

Was this page helpful?