UNPKG

@sandro-salzmann/vertical-timeline-component-react

Version:
21 lines (20 loc) 545 B
export var defaultValues = { theme: { yearColor: '#888', lineColor: '#c5c5c5', dotColor: '#c5c5c5', borderDotColor: '#fff', titleColor: '#ccc', subtitleColor: '#888', textColor: '#ccc', }, lang: 'en', dateFormat: 'only-number', }; export var mapText = { en: { from: 'From', to: 'To' }, es: { from: 'Desde', to: 'Hasta' }, de: { from: 'Von', to: 'Bis' }, tr: { from: 'Başlangıç', to: 'Bitiş' }, zh: { from: '从', to: '到' }, };