Amit Chambial

ReadlineJs - A read position indicator at the top of the page .

byโ€ข

A position indicator at the top of the page to visually display how far you have read the content of a Blog.
Simple to Setup
Simple to Config

Add a comment

Replies

Best
Oliver McQuitty
Great product @amitchambial ! Is there a way of moving the bar forward on the z axis so that it is always above other fixed elements? (e.g. nav bar)
Amit Chambial
@olliemcquitty thanks for advise. I have updated the package. Now it will come above navbar. ( z-index set to 100 for readline).
Sergey Filimonov
Is it SSR ready?
Amit Chambial
@sfilimonov yup works with server side rendering also...๐Ÿ˜Œ
Csaba Kissi
It would be great to add z-index to properties so it can be configured during initialisation.
Amit Chambial
@csaba_kissi sure๐Ÿ˜ƒ!
Andrew Nelson
This is neat! Do you think there's a way to implement this into some sort of Chrome or browser extension?
Amit Chambial
@andrewnelson23 Yup its possible . need to create a extension with the same logic