Skip to content

Applib-OpenHarmony/NeumorphismProgress

Repository files navigation

Neumorphism_Progress

一Neumorphism Progress design for OpenHarmony.

Download & Install

Install using npm

npm i hmos-neumorphism Details about OpenHarmony NPM environment configuration, see at here

Progress

Import:

<element name='neuprogress' src='hmos-neumorphism/progress/progress.hml'></element>

Usage:

<neuprogress progress="80%" width="300px" color="" height="20px" border="50px"></neuprogress>

Compatibility

Supports OpenHarmony API version 6

Directory Structure

|---- Neumorphism  
|     |---- entry  # sample app usage
|     |---- Neumorphism  # Neumorphism library
|           |---- progress  # Progress Component
|                 |---- progress.css  # Progress style component
|                 |---- progress.hml  # Progress hml file
|     |---- README.MD  # installation and usage                   

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