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.
- Host: GitHub
- URL: https://github.com/erhangundogan/react-thumbnails
- Owner: erhangundogan
- License: mit
- Created: 2021-05-14T08:57:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T12:30:53.000Z (almost 5 years ago)
- Last Synced: 2025-09-28T02:24:34.936Z (9 months ago)
- Topics: component-library, react, reactjs, thumbnail, thumbnail-generator, thumbnail-images, thumbnails
- Language: TypeScript
- Homepage: https://codesandbox.io/s/react-thumbnails-demo-stqyp?file=/src/App.tsx
- Size: 797 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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