Skip to content

Applib-OpenHarmony/NeumorphismPagination

Repository files navigation

Neumorphism_Pagination

一Neumorphism Pagination design for OpenHarmony.

Download & Install

Install using npm

npm i hmos-neumorphism

Details about OpenHarmony NPM environment configuration, see at here

Usage Instructions

Pagination

Import:

<element name='neupagination' src='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>

Code Contribution

If you find any problems during usage, you can submit an Issue to us. Of course, we also welcome you to send us PR.

Open source License

This project is based on Apache License 2.0 ,please enjoy and participate in open source freely.

Reference:

neumorphism.io

ismail9k.github.io/neomorphism