0.1.5 • Published 1 year ago

neom v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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;
0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

1.0.0

1 year ago