Back
Timeline
Activity Timeline
Project created
The 'Next Gen Web' project was initialized with a basic Go + Templ stack.
First component implemented
The Button component was implemented with full claymorphism support and variants.
Initial deploy
Application successfully deployed to production on the staging server.
Usage
A vertical timeline to show a sequence of events. Supports optional Date and custom Icon for each item.
@display.Timeline(display.TimelineProps{
Items: []display.TimelineItem{
{ Title: "Event", Date: "Mar 1", Description: "Details..." },
},
})