Neumorphism React

Neumorphism React is a React neumorphism components library designed to provide ready to use components following the neumorphism UI/UX trend.

Neumorphism-Reactx

Library installation

Dependencies

Neumorphism React requires the installation of the @emotion/core and @emotion/styled packages:

npm install --save @emotion/core @emotion/styled

or

yarn add @emotion/core @emotion/styled

Neumorphism-Reactv

Package installation

To install the Neumorphism React package, run the following command:

npm install --save neumorphism-react

or

yarn add neumorphism-react

Tech stack

  • React
  • styleguidist for component visualization and documentation
  • emotion for component styling
  • jest for testing
  • eslint for code linting
  • rollup for bundling

Setup and launch the project

  • Clone the project:
git clone https://github.com/ZanchiTheo/neumorphism-react.git
  • Install dependencies:
yarn install
  • Launch the styleguidist server:
yarn start