Skip to content

Commit

Permalink
update cdn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Jan 27, 2021
1 parent 58bdf0b commit deef2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ There is also a UMD version - inside dist directory.
In both cases **you have to include the customScroll.css** file in your page.
It is located in /dist directory
**From unpkg cdn:**
* [Js file](https://unpkg.com/[email protected].1/dist/reactCustomScroll)
* [css file](https://unpkg.com/[email protected].1/dist/customScroll.css) 
* [Js file](https://unpkg.com/[email protected].2/dist/reactCustomScroll)
* [css file](https://unpkg.com/[email protected].2/dist/customScroll.css) 

Wrap your content with the custom scroll component
Remove any overflow style properties from your content root component - The custom scroll will take care of it
Expand Down

0 comments on commit deef2fc

Please sign in to comment.