2.0.2 • Published 5 years ago

pageination v2.0.2

Weekly downloads
11
License
-
Repository
github
Last release
5 years ago

:house: Thanks for checking out Pageination.js

Version Maintenance

With Pageination.js you can build simple, free, single-page websites in seconds. Check out the demo page here or read on for full documentation.

:nerd_face: Full Documentation (for Nerds)

:rocket: Get Started

If this is the only thing that your read, take this in: all you need to start is as follows.

1) Download it here.

2) Add some basic HTML.

```html
<main id="wrapper">
    <section class="Page1">
        Page1
    </section>
    <section class="Page2">
        Page2
    </section>
    <section class="Page3">
        Page3
    </section>
</main>
```

3) Sprinkle in a bit of JS.

```js
    new pageination("wrapper")
```

4) Enjoy your new, shiny single-page website. It should look like this.

:handshaking: Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

:wave: Say Hi!

GitHub followers Twitter Follow Or :email: me at ryncmrfrd@outlook.com.