Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Mar 2, 2024
1 parent c1133b6 commit a5239db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# React-Custom-Scroll
An easily designable, cross browser (!!), custom scroll with ReactJS.

The actual scroll is still the native one - Meaning the scroll animations and scroll rate work as always
The actual scroll is still the native one - Meaning the scroll animations and scroll rate work as always
The only thin that is different is the visible design and scrollbar layout.

##### See a [working demo](http://rommguy.github.io/react-custom-scroll/example/demo.html) ###
Expand Down
2 changes: 1 addition & 1 deletion exampleDist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>React custom scroll demo</title>
<script type="module" crossorigin src="/assets/index-rqLGU3r-.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-dq_QFCS8.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>React custom scroll demo</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit a5239db

Please sign in to comment.