neu-js
v1.0.2
Published
Basic style generater for neumorphism UX
Downloads
2
Readme
Neu : Neumorphism Styles Generator
Welcome to Neu. This is a small library which lets you generate Neumorphism styles for your JS application, just with the input of a color. To install from npm:
The only required parameter for Neu is hue, which defines which color should everything be based on. To initialize the generator:
The other parameters are:
Currently Supported styles:
Note: The following code examples are for directly using in core HTML, CSS, JS websites. For React components, use neu-components.
Release Notes:
1.0.2:
Basic version with updated Readme, outset, inset, button and dropdown released.