pace icon indicating copy to clipboard operation
pace copied to clipboard

Setting options in react

Open MaxLeiter opened this issue 5 years ago • 1 comments

Hi, does anyone know how I can set pageOptions when using pace-js with react?

MaxLeiter avatar Jun 27 '19 21:06 MaxLeiter

Just add a script tag in your index.html before the script:

paceOptions {
 //your options
}

MrUltimate avatar Mar 28 '20 22:03 MrUltimate