stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

Allow inline style in VerticalTimelineElement #6

Closed loun4 closed 6 years ago

loun4 commented 6 years ago

Useful in many cases: colors returned from the API, increment z-index, etc.

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files           2        2           
  Lines          29       29           
  Branches        6        6           
=======================================
  Hits           28       28           
  Misses          1        1
Impacted Files Coverage Δ
src/VerticalTimelineElement.jsx 95% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d78f96c...465d221. Read the comment docs.

stephane-monnot commented 6 years ago

Thanks @loun4