Compatibility of Sht10 sensor with Arduino MKR WiFi 1010

Hell

I would like to use sht10 sensor with Arduino MKR WiFi 1010 in Arduino web editor. I can't find a library that is compatible with Arduino MKR WiFi 1010. Could you please help. All libraries are for Sht3x versions of the sensor and nod for sht1x versions. Thank you!

That library was only a Google search away. Don't tell me you don't know how to use a search engine.

I can't add this library to Arduino web editor IoT cloud or I don't know how to do it. Please explain!

Then download the IDE and install it there.

I know that on this way it is possible but I would like to control Arduino board from IoT cloud (from internet). With IDE installed on my PC is it possible to access my Arduino from everywhere? Please explain!

I know that on this way it is possible but I would like to control Arduino board from IoT cloud (from internet). With IDE installed on my PC is it possible to access my Arduino from everywhere? Please explain!

I don't see the relationship between the used IDE (local or in the cloud) and the accessibility of your Arduino.

I don't understand your question. I appreciate your help but please be more specific. I can't install this library on cloud but I can install it on my local IDE. On the cloud I can easily create control buttons and access Arduino board through WiFi. Using my local IDE I can program the Arduino board but I have to create control buttons somehow. All this communication has to be placed somewhere on any cloud. Could you give me some detailed explanations how to do this?

I realized this task using Photon board and particle.io. It is working now but I wanted to create this task using Arduino board also.

Thank you!

Just install the library in the local IDE and upload your code from there. Then do everything else in the "cloud" as if you would upload the program from there too.
I don't know what control buttons you mean. Post a link to the "cloud" features you use, maybe that helps to understand your problem.