|
1 | 1 | <p align="center">
|
2 |
| - <a href="https://uploadcare.com/?ref=github-blocks-examples-readme"> |
| 2 | + <a href="https://uploadcare.com/?ref=github-file-uploader-examples-readme"> |
3 | 3 | <picture>
|
4 | 4 | <source media="(prefers-color-scheme: light)" srcset="https://ucarecdn.com/1b4714cd-53be-447b-bbde-e061f1e5a22f/logo-safespace-transparent.svg">
|
5 | 5 | <source media="(prefers-color-scheme: dark)" srcset="https://ucarecdn.com/3b610a0a-780c-4750-a8b4-3bf4a8c90389/logo-transparent-inverted.svg">
|
|
8 | 8 | </a>
|
9 | 9 | </p>
|
10 | 10 | <p align="center">
|
11 |
| - <a href="https://uploadcare.com?ref=github-blocks-examples-readme">Website</a> • |
12 |
| - <a href="https://uploadcare.com/docs/start/quickstart?ref=github-blocks-examples-readme">Quick Start</a> • |
13 |
| - <a href="https://uploadcare.com/docs?ref=github-blocks-examples-readme">Docs</a> • |
14 |
| - <a href="https://uploadcare.com/blog?ref=github-blocks-examples-readme">Blog</a> • |
15 |
| - <a href="https://discord.gg/mKWRgRsVz8?ref=github-blocks-examples-readme">Discord</a> • |
16 |
| - <a href="https://twitter.com/Uploadcare?ref=github-blocks-examples-readme">Twitter</a> |
| 11 | + <a href="https://uploadcare.com?ref=github-file-uploader-examples-readme">Website</a> • |
| 12 | + <a href="https://uploadcare.com/docs/start/quickstart?ref=github-file-uploader-examples-readme">Quick Start</a> • |
| 13 | + <a href="https://uploadcare.com/docs?ref=github-file-uploader-examples-readme">Docs</a> • |
| 14 | + <a href="https://uploadcare.com/blog?ref=github-file-uploader-examples-readme">Blog</a> • |
| 15 | + <a href="https://discord.gg/mKWRgRsVz8?ref=github-file-uploader-examples-readme">Discord</a> • |
| 16 | + <a href="https://twitter.com/Uploadcare?ref=github-file-uploader-examples-readme">Twitter</a> |
17 | 17 | </p>
|
18 | 18 |
|
19 |
| -# 📦 Uploadcare Blocks Examples |
| 19 | +# Uploadcare File Uploader Examples |
20 | 20 |
|
21 |
| -This repository contains a collection of examples demonstrating the integration of the [Uploadcare Blocks](https://github.com/uploadcare/blocks) library with various front-end stacks. Each example is designed to provide a clear and practical guide on implementing file-uploading features using Blocks in your projects. |
| 21 | +This repository provides examples of integrating the [Uploadcare File Uploader](https://github.com/uploadcare/file-uploader) into various environments and frameworks. |
22 | 22 |
|
23 |
| -## Examples |
24 |
| - |
25 |
| -Each directory in this repository represents a different framework maintained by Blocks and contains fully functional file-uploading applications: |
| 23 | +Our File Uploader is built using Web Components, which makes it **framework-agnostic**. That means you can integrate it into any project, whether working with React, Vue, Angular, or a plain JavaScript setup. The examples aim to help you implement the uploader into any workflows and use cases, regardless of the specific tech stack. |
26 | 24 |
|
27 | 25 | * [JavaScript](./examples/js-uploader/)
|
28 | 26 | * [React](./examples/react-uploader/)
|
29 |
| -* [React via Adapter](./examples/react-uploader-adapter/) |
30 | 27 | * [Angular](./examples/angular-uploader/)
|
31 | 28 | * [Vue](./examples/vue-uploader/)
|
32 | 29 | * [Svelte](./examples/svelte-uploader/)
|
33 | 30 | * [Next.js](./examples/next-uploader/)
|
| 31 | + |
| 32 | +We’re always looking to improve and find the best solutions. That’s why we created the [React wrapper](https://github.com/uploadcare/react-components/blob/main/packages/react-uploader/README.md)—to support familiar development patterns and approaches: |
| 33 | + |
| 34 | +* [React via Adapter](./examples/react-uploader-adapter/) |
34 | 35 | * [Next.js via Adapter](./examples/next-uploader-adapter/)
|
35 | 36 |
|
| 37 | +## Lack an example? |
36 | 38 |
|
37 |
| -Each example provides a live demo, instructions to run it locally, and helpful tips right in the code. |
| 39 | +If you need help with your stack or have a specific question or use case, feel free to [create an issue](https://github.com/uploadcare/file-uploader-examples/issues). We’re here to explore more integrations and help you out. |
38 | 40 |
|
39 | 41 | ## Contribution
|
40 | 42 |
|
41 | 43 | You’re always welcome to contribute:
|
42 |
| -* Create [issues](https://github.com/uploadcare/blocks-examples/issues) every time you feel something is missing or goes wrong. |
| 44 | +* Create [issues](https://github.com/uploadcare/file-uploader-examples/issues) every time you feel something is missing or goes wrong. |
43 | 45 | * Provide your feedback or drop us a support request at < a href= "mailto:[email protected]"> [email protected]</ a>.
|
44 | 46 | * Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/uploadcare) with "uploadcare" tag if others can have these questions as well.
|
45 | 47 | * Fork project, make changes and send it as pull request.
|
|
0 commit comments