0.3.2 β€’ Published 2 years ago

mz-timeline v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🏠 Homepage

Install

npm install mz-timeline

Usage

const times = [
    "2018-12-19",
    "2019-02-19",
    "2019-10-01",
    "2020-10-01",
    "2020-10-10",
    "2020-11-10",
    "2021-08-08",
    "2021-10-16",
    "2021-12-08",
    "2021-12-16",
    "2022-01-11",
    "2022-09-09",
    "2022-09-11",
    "2022-11-09",
  ];

import TimeLineU from "mz-timeline";
import 'mz-timeline/lib/index.min.css'
  
const App = () => {
    return (
        <>
            <TimeLineF data = {times}/>
        </>
    );
}

OptionalProps/InitSizeDefault

initTLSize = {
    width: 800,  //containersize
    height: 120,  //containersize
    arrowsWidth: 10, //sliderwidth
    pointWidth: 2, //timepintwidth
    top: "2%", //position
    left: "5%", //position 
}

UI

image

Author

πŸ‘€ waiwaiTaDady

🀝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2023 waiwaiTaDady. This project is MIT licensed.

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago