neom
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

auto-scroll-page

Awesome Badge Star Badge Star Badge Star Badge

install

npm install auto-scroll-page

use

import React from "react";
import Scroll from "auto-scroll-page";
import Page from "./Components/index"

function App() {
    return (
        <div className="App">
           <Scroll size={30}>
             <Page/>     
           </Scroll>
        </div>
      );
}
export default App;
Joy

Package Sidebar

Install

npm i neom

Weekly Downloads

2

Version

0.1.5

License

ISC

Unpacked Size

5.08 kB

Total Files

5

Last publish

Collaborators

  • shar.kath