一Neumorphism Dropdown design for OpenHarmony.
Install using npm
npm i hmos-neumorphism
Details about OpenHarmony NPM environment configuration, see at here
Import:
<element name='neudropdown' src='hmos-neumorphism/dropdown/dropdown.hml'></element>Usage:
<neudropdown width="200px" height="50px" border="10px" @change-event="dropdownSelect">
<select @change="dropdownSelect">
<option value="Item 1">Item 1</option>
<option value="Item 2">Item 2</option>
<option value="Item 3">Item 3</option>
<option value="Item 4">Item 4</option>
<option value="Item 5" selected="true">Item 5</option>
</select>
</neudropdown>Supports OpenHarmony API version 6
|---- Neumorphism
| |---- entry # sample app usage
| |---- Neumorphism # Neumorphism library
| |---- dropdown # Dropdown Component
| |---- dropdown.css # Dropdown style component
| |---- dropdown.hml # Dropdown hml file
| |---- README.MD # installation and usage
If you find any problems during usage, you can submit an Issue to us. Of course, we also welcome you to send us PR.
This project is based on Apache License 2.0 ,please enjoy and participate in open source freely.
