app like that
clay.css
clay.css

Clay.css is a micro CSS tool for adding 3D neumorphism styles to HTML elements. It's customizable with CSS variables and includes SASS mixins for advanced styling options. You can install it using NPM or CDN, apply basic styles with HTML, and customize with CSS. Options include modifying properties like background and shadow.

Features

NPM and CDN Installation

Allows you to easily install Clay.css using either NPM (`npm install claymorphism-css`) or via a CDN link for quick inclusion in your HTML.

Basic HTML Application

Provides minimal instructions on how to apply Clay.css styles to your HTML elements by adding class attributes.

Customizable Properties

Key Claymorphic properties (such as background, border radius, shadow) can be customized using CSS variables for tailored styling.

SASS Mixin Support

Includes support for SASS mixins to easily extend Clay.css functionality within SASS projects for further customization.