An open API service indexing awesome lists of open source software.

https://github.com/soft-ui-generator/soft-ui-react-components

Neumorphic components for react
https://github.com/soft-ui-generator/soft-ui-react-components

neumorphic-components npm-package react-component work-in-progress

Last synced: 30 days ago
JSON representation

Neumorphic components for react

Awesome Lists containing this project

README

          

# soft-ui-react-components

> Neumorphic components for react

[![NPM](https://img.shields.io/npm/v/soft-ui-react-components.svg)](https://www.npmjs.com/package/soft-ui-react-components) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save soft-ui-react-components
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'soft-ui-react-components'
import 'soft-ui-react-components/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [Aleksandr Shchilkin](https://github.com/Aleksandr Shchilkin)