# NeumorphismDesign **Repository Path**: Gleelakrishna/NeumorphismDesign ## Basic Information - **Project Name**: NeumorphismDesign - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-06-27 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neumorphism NPM package for OpenHarmony 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