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

https://github.com/erhangundogan/react-thumbnails

React components to add thumbnails into your app.
https://github.com/erhangundogan/react-thumbnails

component-library react reactjs thumbnail thumbnail-generator thumbnail-images thumbnails

Last synced: 5 months ago
JSON representation

React components to add thumbnails into your app.

Awesome Lists containing this project

README

          

react-thumbnails
================

[![License][license-src]][license-href]

![Screenshot][ss-href]

React components to show thumbnails with various on-screen options.

[live example][online-example-href]

# Install

```bash
npm install react-thumbnails
```

# Develop

```bash
git clone https://github.com/erhangundogan/react-thumbnails
cd react-thumbnails
npm install
npm run watch
# browse http://localhost:5000
```
There are optional components such as `URLEditor` and `ErrorProvider`.
Please see [example][examples-href] below. Check out [type definitions][types-href] for further options.

```jsx




```

[license-src]: https://img.shields.io/badge/license-MIT-brightgreen.svg
[license-href]: LICENSE.md
[ss-href]: https://imagemarker.s3.eu-central-1.amazonaws.com/react-thumbnails/react-thumbnails.png
[examples-href]: src/examples/index.tsx
[types-href]: src/providers/ImagesProvider/ImageProvider.types.ts
[online-example-href]: https://codesandbox.io/s/react-thumbnails-demo-stqyp?file=/src/App.tsx