react-beautiful-horizontal-timeline
Version:
* We offer Horizontal **Timeline** with your costumize. * Layouts will work on **Any** device, big or small. * Mobiles support **Swipe**. * Ability to **Style** timeline as you want.
21 lines (17 loc) • 641 B
JavaScript
// import React from 'react';
// import ReactDOM from 'react-dom';
import './card.css';
// import App from './App';
// import reportWebVitals from './reportWebVitals';
import { Timeline } from './Time';
export const Timeline = { Timeline };
// ReactDOM.render(
// <React.StrictMode>
// <Timeline />
// </React.StrictMode>,
// document.getElementById('root')
// );
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
// reportWebVitals();