Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 791 Bytes

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