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.
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.
Provides minimal instructions on how to apply Clay.css styles to your HTML elements by adding class attributes.
Key Claymorphic properties (such as background, border radius, shadow) can be customized using CSS variables for tailored styling.
Includes support for SASS mixins to easily extend Clay.css functionality within SASS projects for further customization.