Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hermanya/react-blob
💧React component that looks like liquid in space
https://github.com/Hermanya/react-blob
Last synced: 15 days ago
JSON representation
💧React component that looks like liquid in space
- Host: GitHub
- URL: https://github.com/Hermanya/react-blob
- Owner: Hermanya
- Created: 2018-10-16T23:16:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T01:35:15.000Z (over 1 year ago)
- Last Synced: 2024-09-15T21:27:58.028Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://hermanya.github.io/react-blob
- Size: 3.59 MB
- Stars: 71
- Watchers: 4
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![screenshot](https://user-images.githubusercontent.com/2906365/47053390-adfc2b80-d17a-11e8-8c85-48a1ea1ce4d3.gif)
# react-blob
> React component that looks like liquid in space
[![NPM](https://img.shields.io/npm/v/react-blob.svg)](https://www.npmjs.com/package/react-blob) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[Demo](https://hermanya.github.io/react-blob/)
## Install
```bash
npm install --save react-blob
```## Usage
```tsx
import { Blob } from 'react-blob'const Avatar = ({src, alt}) =>
const FunnyLinkButton = ({href, ...props}) =>
const BackgroundBlob = ({style, props}) =>
```## License
MIT © [Hermanya](https://hermanya.github.io/)