# NeumorphismDesign **Repository Path**: openharmony-tpc/NeumorphismDesign ## Basic Information - **Project Name**: NeumorphismDesign - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-06-24 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [NeumorphismDesign](https://gitcode.com/openharmony-tpc/NeumorphismDesign)。| ⚠️ This repository has been archived. For the new address, please visit [NeumorphismDesign](https://gitcode.com/openharmony-tpc/NeumorphismDesign).** > --- > # Neumorphism NPM package for Harmony OS # Installation : Install using npm ```npm i hmos-neumorphism ``` # Note : Add this css snippet when passing input or button through slot . ```css button, input{ width: 100%; height: 100%; background-color:transparent; text-color: black; } ``` # Import all components at once ```html ``` # Theme Import: ```html ``` Usage: ```html ``` # Alert Import: ```html ``` Usage: ```html Alert ! ``` # Avatar Import: ```html ``` Usage: ```html ``` # Button Import: ```html ``` Usage: ```html Button ``` # Buttons Import: ```html ``` Usage: ```html ``` # Card Import: ```html ``` Usage: ```html ``` # Checkbox Import: ```html ``` Usage: ```html ``` # Dropdown Import: ```html ``` Usage: ```html ``` # Form Import: ```html ``` Usage: ```html
Submit Reset
``` # Input Import: ```html ``` Usage: ```html ``` # Label Import: ```html ``` Usage: ```html ``` # Navbar Import: ```html ``` Usage: ```html ``` # Pagination Import: ```html ``` Usage: ```html ``` # Progress Import: ```html ``` Usage: ```html ``` # Radio Import: ```html ``` Usage: ```html ``` # Switcher Import: ```html ``` Usage: ```html ``` # Carousel Import: ```html ``` Usage: ```html ``` # Reference: neumorphism.io ismail9k.github.io/neomorphism