UNPKG

react-go-to-top-customisable-button

Version:

A customizable 'Back to Top' button for React apps with smooth animations and custom styling.

14 lines (13 loc) 262 B
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "jsx": "react-jsx", "declaration": true, "outDir": "dist", "strict": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true }, "include": ["src"] }