/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
docs/pages/ui/components/timeline.mdx
25 строк
1 KB
Paweł Kuna
Improve docs SEO, performance and content quality (#2841)
11 авг 2026, 15:45
Не верифицирован
11 авг 2026, 15:45
39634cb
Код
Авторство
О чём код?
--- title: Timeline summary: A timeline is a perfect way to visualize processes and projects, as it's easy to read and attractive for users. You can use it to give an overview of events, present an agenda or point out important points in time. description: Visualize events in chronological order with a timeline. Add icons, avatars, and text to present processes and activity feeds. related: [/ui/components/step] layout: '@layouts/DocsMdxLayout.astro' --- import Example from '@components/Example.astro'; import Timeline from '@ui/Timeline.astro'; ## Timeline The available timeline design is composed of many components that will help you visualize a process or show an outline of events. Thanks to the possibility of adding [icons](/ui/components/icon), [avatars](/ui/components/avatar) and links and the way of presenting the elements of content, your timeline will be clear for users and will make your website or app more attractive. <Example> <Timeline /> </Example> ## Simple timeline Use a simplified version of the timeline, if it suits your design better. You can still make use of all the available timeline components. <Example> <Timeline simple /> </Example>