# Neumorphism **Repository Path**: openharmony-sig/Neumorphism ## Basic Information - **Project Name**: Neumorphism - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-04-16 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # neumorphism 一Neumorphism for OpenHarmony. ## Download & Install ```javascript npm i hmos-neumorphism ``` Details about OpenHarmony NPM environment configuration, see at [here](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_npm_usage.md) ## Usage Instructions Note : Add this css snippet when passing input or button through slot . button, input{ width: 100%; height: 100%; background-color:transparent; color: black; } Import all components at once # Theme

Import: Usage: # Alert Import: Usage: Alert ! # Avatar Import: Usage: # Button Import: Usage: Button # Buttons Import: Usage: # Card Import: Usage: # Checkbox Import: Usage: # Dropdown Import: Usage: # Form Import: Usage:
Submit Reset
# Input Import: Usage: # Label Import: Usage: # Navbar Import: Usage: # Pagination Import: Usage: # Progress Import: Usage: # Radio Import: Usage: # Switcher Import: Usage: # Carousel Import: Usage: ## Compatibility Supports OpenHarmony API version 6 ## Directory Structure ```` |---- Neumorphism | |---- entry # sample app usage | |---- Neumorphism # Neumorphism library | |---- alert # Alert Component | |---- alert.css # Alert style component | |---- alert.hml # Alert hml file | |---- alert.js # Alert JS | |---- avatar # Avatar Component | |---- avatar.css # Avatar style component | |---- avatar.hml # Avatar hml file | |---- button # Button Component | |---- button.css # Button style component | |---- button.hml # Button hml file | |---- button.js # Button JS | |---- buttons # Buttons Component | |---- buttons.css # Buttons style component | |---- buttons.hml # Buttons hml file | |---- card # Card Component | |---- card.css # Card style component | |---- card.hml # Card hml file | |---- carousel # Carousel Component | |---- carousel.css # Carousel style component | |---- carousel.hml # Carousel hml file | |---- checkbox # Checkbox Component | |---- checkbox.css # Checkbox style component | |---- checkbox.hml # Checkbox hml file | |---- checkbox.js # Checkbox JS | |---- dropdown # Dropdown Component | |---- dropdown.css # Dropdown style component | |---- dropdown.hml # Dropdown hml file | |---- form # Form Component | |---- form.css # Form style component | |---- form.hml # Form hml file | |---- form.js # Form JS | |---- input # Input Component | |---- input.css # Input style component | |---- input.hml # Input hml file | |---- label # Label Component | |---- label.css # Label style component | |---- label.hml # Label hml file | |---- navbar # Navigation Bar Component | |---- navbar.css # Navigation Bar style component | |---- navbar.hml # Navigation Bar hml file | |---- navbar.js # Navigation Bar JS | |---- pagination # Pagination Component | |---- pagination.css # Pagination style component | |---- pagination.hml # Pagination hml file | |---- pagination.js # Pagination JS | |---- progress # Progress Component | |---- progress.css # Progress style component | |---- progress.hml # Progress hml file | |---- radio # Radio Component | |---- radio.css # Radio style component | |---- radio.hml # Radio hml file | |---- radio.js # Radio JS | |---- switcher # Switcher Component | |---- switcher.css # Switcher style component | |---- switcher.hml # Switcher hml file | |---- switcher.js # Switcher JS | |---- theme # Theme Component | |---- theme.css # Theme style component | |---- theme.hml # Theme hml file | |---- README.MD # installation and usage ```` ## Code Contribution If you find any problems during usage, you can submit an [Issue](https://gitee.com/openharmony-sig/Neumorphism/issues) to us. Of course, we also welcome you to send us [PR](https://gitee.com/openharmony-sig/Neumorphism/pulls). ## Open source License This project is based on [Apache License 2.0](https://gitee.com/openharmony-sig/Neumorphism/blob/master/LICENSE.txt) ,please enjoy and participate in open source freely.