Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 731 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 731 Bytes

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