Skip to content

archanaatr/pagination

 
 

Repository files navigation

Neumorphism_Pagination

Installation :

Install using npm

npm i hmos-neumorphism

Pagination

Import:

<element name='neupagination' src='../../../../../../node_modules/hmos-neumorphism/pagination/pagination.hml'></element>

Usage:

<neupagination color="" width="300px" height="50px" border="50px"  @previous-event="previousEvent" @next-event="nextEvent">
  <button>1</button>
  <button>2</button>
  <button>3</button>
  <button>4</button>
  <button>5</button>
</neupagination>

Reference:

neumorphism.io

ismail9k.github.io/neomorphism

About

Neumorphism pagination

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 48.3%
  • JavaScript 42.0%
  • CSS 9.7%