feat: added horizontal timeline

This commit is contained in:
victor
2022-12-17 01:48:31 +04:00
parent 3b8719a72c
commit 3e0454a50e
10 changed files with 340 additions and 166 deletions

View File

@@ -35,9 +35,10 @@ export { default as Table } from './components/Table/Table.vue'
export { default as Timeline } from './components/Timeline/Timeline.vue'
export { default as TimelineItem } from './components/Timeline/TimelineItem.vue'
export { default as TimelinePoint } from './components/Timeline/TimelinePoint.vue'
export { default as TimelineContent } from './components/Timeline/TimelineContent.vue'
export { default as TimelineTime } from './components/Timeline/TimelineTime.vue'
export { default as TimelineTitle } from './components/Timeline/TimelineTitle.vue'
export { default as TimelineContent } from './components/Timeline/TimelineContent.vue'
export { default as TimelineBody } from './components/Timeline/TimelineBody.vue'
export { default as TimelineButton } from './components/Timeline/TimelineButton.vue'
export { default as Toast } from './components/Toast/Toast.vue'
export { default as ToastProvider } from './components/Toast/components/ToastProvider/ToastProvider.vue'