0.0.2 • Published 4 years ago

neu-components v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Neu Components

Neu components is a component library that uses Neumorphism UX. Its built for React, using Styled Components. This is a complete implementation of Neu (which was built for pure JS).

To install using NPM

npm install neu-components

The only required parameter for Neu is hue, which defines which color should everything be based on.

To initialize the generator: const Neu= NeuComponents({hue:120}); The other parameters are:

To use a component, <Neu.Button text="Login"/>

The following components are currently from Neu Components: 1. Body 2. Button 3. Dropdown

Changelog

v0.0.2

Added basic storybook, body, button and dropdown