Skip to content

Commit 7ddd4b9

Browse files
committed
docs: add few examples to v3
1 parent a4c91cb commit 7ddd4b9

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

libs/docsifier/assets/v3/examples.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Examples
1+
### Examples
22

33
The only thing this library does is wrap the Yandex.Maps JavaScript API classes.
4-
This means that in most cases, all the arguments you see in a class can be passed to a component.
5-
So, components are just wrappers without any additional logic.
4+
This means that, in most cases, all the arguments you see in a class can be passed to a component.
5+
So, components are simply wrappers without any additional logic.
66

7-
That's why you can use any example from the [official documentation](https://yandex.ru/dev/jsapi30/doc/en/examples/).
7+
The Angular library is developed to be as close as possible to the official React library.
8+
That's why I recommend checking [the official React examples](https://yandex.com/dev/jsapi30/doc/en/examples/).
9+
Most of them can be easily rewritten for Angular.
810

9-
Migrating these examples to Angular is in progress...
11+
##### Getting Started
12+
13+
- [Create a map](https://stackblitz.com/edit/create-a-map-v3)
14+
15+
##### Map Parameters
16+
17+
- [Change map behaviors](https://stackblitz.com/edit/change-map-behaviors-v3)
18+
- [Move the map](https://stackblitz.com/edit/moving-the-map-v3)
19+
- [Restrict the map view area](https://stackblitz.com/edit/restrict-the-map-view-area-v3)

0 commit comments

Comments
 (0)