overlayscrollbars-vue v0.5.0

This commit is contained in:
Rene Haas
2022-11-17 09:20:02 +01:00
parent c6232bd3c0
commit 836b6a2076
12 changed files with 199 additions and 65 deletions
+1
View File
@@ -7,6 +7,7 @@ function App() {
<OverlayScrollbarsComponent
style={{ width: '222px', height: '222px' }}
options={{ scrollbars: { theme: 'os-theme-light' } }}
defer
>
<img src={logo} className="App-logo" alt="React logo" width="333" height="333" />
</OverlayScrollbarsComponent>