A neumorphism React component library
npm install --save @starlightromero/react-neumorphism
import React, { Component } from 'react'
import Button from '@starlightromero/react-neumorphism'
const App = () => {
return <Button>Sign Up</Button>
}
MIT © starlightromero