No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Introduction to Neu UI

Neu UI is a React component library which follows neumorphic design. The design was originally conceptualised by Alexander Plyuto in late 2019 and "neumorphism", a mixture between skeumorphism and material design, was coined by Michal Malewicz shortly afterwards.

For further information about the design, it's worthwhile taking a look at Alexander Plyuto's guide here.

Installation

Learn how to include Neu UI into your project. You can consume ui-neu via npm package by using either npm or yarn.

npm i ui-neu

Importing Components

It's recommended that you import only individual components to avoid unnecessarily importing the entire library.

import { Card } from "ui-neu";

Examples

Demos of projects using Neu UI to come soon...