Neumorphism UI Start developing modern web pages and applications that take advantage of a modern design trend. Features over 200 individual components and 5-page examples.
Neumorphic components
All components are fully consistent with the new design trend using selected shade and color themes. Neumorphism UI also comes with the addition of an inner shadow style.
workflow
This product is designed using the following widely used technologies:
- Most Popular CSS Framework Bootstrap
- Gulp Productivity Workflow Tool
- Awesome Sass CSS preprocessor
Components:
- Accordions
- Alerts
- Badges
- Bootstrap Carousels
- Breadcrumbs
- Buttons
- Counters
- Cards
- E-commerce
- Forms
- Icon Boxes
- Modals
- Navs
- Owl Carousels
- Pagination
- Popovers
- Progress Bars
- Steps
- Tables
- Tabs
- Toasts
- Timelines
- Tooltips
- Typography
- Widgets
Must Read: A Wizard-Style Plugin With a Series of Customizable Steps | MultiStep
How to make use of it:
If you’d like to get a version of our theme without Sass, Gulp, or Npm.
gulp build:dev
If you’d like to compile the code and get a minified version of the HTML and CSS just run the following Gulp command:
gulp build:dist
Within the download you’ll find the following directories and files:
Neumorphism UI . ├── README.md ├── gulpfile.js ├── neumorphism-ui.zip ├── package-lock.json ├── package.json └── src ├── assets │ ├── img │ │ ├── blog │ │ ├── brand │ │ ├── carousel │ │ ├── checker_logo.png │ │ ├── clients │ │ ├── favicon │ │ ├── illustrations │ │ ├── macbook-mockup.png │ │ ├── megamenu-image.jpg │ │ ├── presentation │ │ ├── presentation-mockup.png │ │ ├── presentation-sections │ │ ├── sections │ │ ├── shop │ │ ├── signature.svg │ │ ├── team │ │ ├── themesberg.svg │ │ └── wavelogo.svg │ └── js │ └── neumorphism.js ├── html │ ├── components │ │ ├── accordions.html │ │ ├── alerts.html │ │ ├── all.html │ │ ├── badges.html │ │ ├── bootstrap-carousels.html │ │ ├── breadcrumbs.html │ │ ├── buttons.html │ │ ├── cards.html │ │ ├── forms.html │ │ ├── modals.html │ │ ├── navs.html │ │ ├── pagination.html │ │ ├── popovers.html │ │ ├── progress-bars.html │ │ ├── steps.html │ │ ├── tables.html │ │ ├── tabs.html │ │ ├── toasts.html │ │ ├── tooltips.html │ │ ├── typography.html │ │ └── widgets.html │ ├── pages │ │ ├── about.html │ │ ├── contact.html │ │ ├── pricing.html │ │ ├── sign-in.html │ │ └── sign-up.html ├── index.html ├── partials │ ├── _analytics.html │ ├── _footer.html │ ├── _head.html │ ├── _navigation.html │ ├── _pages-preview.html │ ├── _pricing.html │ ├── _scripts.html │ └── components │ ├── _accordions.html │ ├── _alerts.html │ ├── _badges.html │ ├── _bootstrap-carousels.html │ ├── _breadcrumbs.html │ ├── _buttons.html │ ├── _cards.html │ ├── _forms.html │ ├── _modals.html │ ├── _navs.html │ ├── _pagination.html │ ├── _popovers.html │ ├── _progress-bars.html │ ├── _steps.html │ ├── _tables.html │ ├── _tabs.html │ ├── _toasts.html │ ├── _tooltips.html │ ├── _typography.html └── scss ├── bootstrap │ ├── _alert.scss │ ├── _badge.scss │ ├── _breadcrumb.scss │ ├── _button-group.scss │ ├── _buttons.scss │ ├── _card.scss │ ├── _carousel.scss │ ├── _close.scss │ ├── _code.scss │ ├── _custom-forms.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _functions.scss │ ├── _grid.scss │ ├── _images.scss │ ├── _input-group.scss │ ├── _jumbotron.scss │ ├── _list-group.scss │ ├── _media.scss │ ├── _mixins.scss │ ├── _modal.scss │ ├── _nav.scss │ ├── _navbar.scss │ ├── _pagination.scss │ ├── _popover.scss │ ├── _print.scss │ ├── _progress.scss │ ├── _reboot.scss │ ├── _root.scss │ ├── _spinners.scss │ ├── _tables.scss │ ├── _toasts.scss │ ├── _tooltip.scss │ ├── _transitions.scss │ ├── _type.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── bootstrap-grid.scss │ ├── bootstrap-reboot.scss │ ├── bootstrap.scss │ ├── mixins │ ├── utilities │ └── vendor ├── neumorphism │ ├── _components.scss │ ├── _functions.scss │ ├── _layout.scss │ ├── _mixins.scss │ ├── _reboot.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── _vendor.scss │ ├── components │ ├── layout │ ├── mixins │ ├── utilities │ └── vendor └── neumorphism.scss
Must Read: [Bootstrap] Easily Create Self-Managed Wizards With jQuery | jq-wizard.js
See Demo And Download
Official Website(themesberg): Click Here
This superior jQuery/javascript plugin is developed by themesberg. For extra advanced usage, please go to the official website.