Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

You can either use the provided online examples or run examples locally by cloning the repository.

Online Examples

Framework Examples
Demo App / StackBlitz / CodeSandbox
React Demo App / StackBlitz / CodeSandbox
Vue Demo App / StackBlitz / CodeSandbox
Angular Demo App / StackBlitz / CodeSandbox
Svelte Demo App / StackBlitz / CodeSandbox
Solid Demo App / StackBlitz / CodeSandbox

Local Examples

Run example applications with OverlayScrollbars.

Note: All commands must be executed from the root directory of the repository unless stated differently.

Install and Build

Before any application can be started, all dependencies have to be installed and the library has to be build:

  1. npm install
  2. npm run build:os

Run local Example

The following examples are available:

App Command
npm run example:os
React npm run example:react
Vue npm run example:vue
Angular npm run example:ngx
Svelte npm run example:svelte
Solid npm run example:solid