Author: | ChemaAlfonso |
---|---|
Views Total: | 4,947 views |
Official Page: | Go to website |
Last Update: | March 9, 2020 |
License: | MIT |
Preview:

Description:
neumorph.scss is an SCSS library based on Bootstrap 4 that provides a variety of Neumorphic UI elements to implement the Neumorphism Design Trend on your webpage.
Light Mode and Dark Mode are included.
How to use it:
Load the compiled stylesheet in the document and we’re ready to go.
<!-- Dark Mode --> <link rel="stylesheet" href="./dist/css/dark/neumorph-full-dark.min.css" /> <!-- Light Mode --> <link rel="stylesheet" href="./dist/css/light/neumorph-full.min.css" />
Previews:

Light Theme

Form Fields

Buttons

Colors

Lists

Shadows
Changelog:
03/09/2020
- First revision with changes & fixes