idiotWu / react-smooth-scrollbar

[Not Actively Maintained] A wrapper for smooth-scrollbar to React Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this.$container in docs?

ManasMahanand opened this issue · comments

image

I am using this library for the first time, I don't get what it is. I know it is a react thing, but could someone please help me out. Thanks in Advance!

It is just a normal variable, ref callback will assign value to it. componentDidMount will get called after render so you can get scrollbar from container variable.

I was just confused as to how you got scrollbar from the variable, it's clear now.