Files
WRNexusJS/packages/ui/components/Timeline.wrn
T
2026-07-19 13:38:23 +05:30

9 lines
222 B
Plaintext

component Timeline {
props {
title = "Timeline"
}
view {
<section><h2 class="text-lg font-bold">{title}</h2><ol class="mt-5 border-l border-slate-200 pl-6 dark:border-slate-800"><slot /></ol></section>
}
}