0.3.2 β€’ Published 12 months ago

mz-timeline v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.3.2

12 months ago

0.2.3

12 months ago

0.3.1

12 months ago

0.2.2

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.1

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago