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
- Host: GitHub
- URL: https://github.com/soft-ui-generator/soft-ui-react-components
- Owner: soft-ui-generator
- License: mit
- Created: 2020-06-16T13:26:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T17:55:09.000Z (about 5 years ago)
- Last Synced: 2025-10-11T07:19:20.457Z (8 months ago)
- Topics: neumorphic-components, npm-package, react-component, work-in-progress
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soft-ui-react-components
> Neumorphic components for react
[](https://www.npmjs.com/package/soft-ui-react-components) [](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)