A component for displaying a series of events in chronological order.
Import the Timeline components from @bun-ui/react
and use them in your project:
import {
Timeline,
TimelineItem,
TimelineSeparator,
TimelineIndicator,
TimelineConnector,
TimelineContent,
TimelineTitle,
TimelineDescription,
} from "@bun-ui/react"
<Timeline>
<TimelineItem>
<TimelineSeparator>
<TimelineIndicator />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>
<TimelineTitle>Event Title</TimelineTitle>
<TimelineDescription>Event Description</TimelineDescription>
</TimelineContent>
</TimelineItem>
</Timeline>
A timeline showing project milestones and progress.
Customize the timeline indicators with different styles and colors.
Initial project setup and team formation. Defined project scope and objectives.
Completed UI/UX design and created component library. Established design system.
Core features implementation. Set up CI/CD pipeline and development environment.
Comprehensive testing and bug fixes. Performance optimization and security audit.
Successfully deployed to production. Monitoring and maintenance phase begins.
Team sync completed. Discussed sprint goals and blockers.
Coffee break and team social time.
Updated API documentation and reviewed pull requests.
Weekly sync with client team to discuss progress.
Daily progress review and planning for tomorrow.
A timeline showing development activities with custom indicators and rich content.
Sarah Johnson
2 hours ago
Created a new branch feature/timeline-component
Sarah Johnson
1 hour ago
Added Timeline component with support for different positions and custom indicators
packages/react/src/components/timeline/timeline.tsx
+120 lines added, -0 lines removed
Sarah Johnson
45 minutes ago
Opened pull request #42: Add Timeline component
Pull Request Description
Added a new Timeline component with support for different positions (left, right, alternate) and custom indicators. Includes documentation and examples.
Alex Thompson
30 minutes ago
Added CI checks for the Timeline component
.github/workflows/timeline.yml
+45 lines added, -0 lines removed
Mike Chen
15 minutes ago
Approved and merged pull request #42
Review Comment
Great work on the Timeline component! The implementation is clean and the documentation is thorough. Ready to merge.