Skip to content

starlightromero/react-neumorphism

Repository files navigation

react-neumorphism

A neumorphism React component library

NPM JavaScript Style Guide

Install

npm install --save @starlightromero/react-neumorphism

Usage

import React, { Component } from 'react'

import Button from '@starlightromero/react-neumorphism'

const App = () => {
  return <Button>Sign Up</Button>
}

Example

Live Example

React Neumorphism Example

License

MIT © starlightromero