react-neumorphic-elements
v0.0.3-alpha
Published
Neumorphic elements for react
Downloads
5
Maintainers
Readme
react-neumorphic-elements
Neumorphic elements for react
Install
npm
npm install --save react-neumorphic-elements
yarn
yarn add react-neumorphic-elements
Demo
See the working Demo here
Usage
import React, { Component } from 'react'
import { NeumorphicButton, NeumorphicSearch } from 'react-neumorphic-elements'
class Example extends Component {
render () {
return (
<NeumorphicButton />
<NeumorphicSearch />
)
}
}
License
MIT © felipecespedes