Skip to content

Gleelakrishna/Card

 
 

Repository files navigation

Neumorphism_Card

Install using npm

npm i hmos-neumorphism

Note :

Add this css snippet when passing input or button through slot .

button, input{
    width: 100%;
    height: 100%;
    background-color:transparent;
    text-color: black;
}

Avatar

Import:

<element name='neuavatar' src='../../../../../../node_modules/hmos-neumorphism/avatar/avatar.hml'></element>

Usage:

<neuavatar icon="common/icons/user.png" width="100px" height="100px" border="50px"></neuavatar>

Card

Import:

<element name='neucard' src='../../../../../../node_modules/hmos-neumorphism/card/card.hml'></element>

Usage:

<neucard width="300px" height="200px" border="10px" >
  <image src="common/placeholder.png" ></image>
</neucard>

Reference:

neumorphism.io

ismail9k.github.io/neomorphism

Packages

No packages published

Languages

  • Java 44.9%
  • CSS 30.8%
  • JavaScript 24.3%