clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.46k stars 166 forks source link

Export enum ALIGNMENT as scrollAlignment to use with scrollToAlignment #69

Open mts opened 5 years ago

mts commented 5 years ago

This PR offers a solution to the following issue: https://github.com/clauderic/react-tiny-virtual-list/issues/68

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files           3        3           
  Lines         140      140           
  Branches       17       17           
=======================================
  Hits          132      132           
  Misses          8        8
Impacted Files Coverage Δ
src/index.tsx 100% <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 5548cc7...853c9b3. Read the comment docs.

stephenotalora commented 5 years ago

@clauderic fyi***