|
1 | | -## React Azure Maps Playground |
| 1 | +## React Azure Maps Storybook |
2 | 2 |
|
3 | | -This project is community-driven initiative originally created by amazing [@psrednicki](https://github.com/psrednicki), [@msasinowski](https://github.com/msasinowski) and [@tbajda](https://github.com/tbajda) and is now maintained by the Azure Maps team. |
4 | | - |
5 | | -- How to link local package version: |
6 | | - - run `yarn watch` in `azure-maps-react` |
7 | | - - run `yarn link` in `azure-maps-react` |
8 | | - - go to `azure-maps-playground` and run `yarn link "react-azure-maps"` |
9 | | - |
10 | | -- How to avoid "Invalid Hook call" caused by multiple React instances |
11 | | - - go to `azure-maps-playground` and run |
12 | | - ``` |
13 | | - cd node_modules/react |
14 | | - yarn link |
15 | | - ``` |
16 | | - - go to `azure-maps-react` and run `yarn link react` |
17 | | -
|
18 | | -### Subscription key |
19 | | -
|
20 | | -Please remember to create file and add key to `/src/key.ts` |
21 | | -
|
22 | | -`export const key = '<Your Subcription Key>'` |
23 | | -
|
24 | | -## Creators ✨ |
25 | | -
|
26 | | -<!-- CREATORS:START - Do not remove or modify this section --> |
27 | | -<!-- prettier-ignore-start --> |
28 | | -<!-- markdownlint-disable --> |
29 | | -<table> |
30 | | - <tr> |
31 | | - <td style="text-align: center; vertical-align: middle;"> |
32 | | - <a href="https://github.com/psrednicki" |
33 | | - ><img |
34 | | - src="https://avatars2.githubusercontent.com/u/41010528?v=4" |
35 | | - width="100px;" |
36 | | - alt="" |
37 | | - /><br /><sub><b>psrednicki</b></sub></a |
38 | | - ><br /> |
39 | | - <div> |
40 | | - <a |
41 | | - href="https://pl.linkedin.com/in/patryk-%C5%9Brednicki-718204187/" |
42 | | - title="LinkedIn" |
43 | | - style="text-align:center" |
44 | | - ><img |
45 | | - src="https://cdn-icons-png.flaticon.com/512/174/174857.png" |
46 | | - width="24px;" |
47 | | - alt="" |
48 | | - /></a> |
49 | | - </div> |
50 | | - </td> |
51 | | - <td style="text-align: center; vertical-align: middle;"> |
52 | | - <a href="https://github.com/msasinowski" |
53 | | - ><img |
54 | | - src="https://avatars2.githubusercontent.com/u/38035075?v=4" |
55 | | - width="100px;" |
56 | | - alt="" |
57 | | - /><br /><sub><b>msasinowski</b></sub></a |
58 | | - > |
59 | | - <div> |
60 | | - <a |
61 | | - href="https://www.linkedin.com/in/maciej-sasinowski-92076815a/" |
62 | | - title="LinkedIn" |
63 | | - style="text-align:center" |
64 | | - ><img |
65 | | - src="https://cdn-icons-png.flaticon.com/512/174/174857.png" |
66 | | - width="24px;" |
67 | | - alt="" |
68 | | - /></a> |
69 | | - </div> |
70 | | - </td> |
71 | | - <td style="text-align: center; vertical-align: middle;"> |
72 | | - <a href="https://github.com/tbajda" |
73 | | - ><img |
74 | | - src="https://avatars2.githubusercontent.com/u/27700326?v=4" |
75 | | - width="100px;" |
76 | | - alt="" |
77 | | - /><br /><sub><b>tbajda</b></sub></a |
78 | | - > |
79 | | - <div> |
80 | | - <a |
81 | | - href="https://www.linkedin.com/in/tomasz-bajda-ab4468165/" |
82 | | - title="LinkedIn" |
83 | | - ><img |
84 | | - src="https://cdn-icons-png.flaticon.com/512/174/174857.png" |
85 | | - width="24px;" |
86 | | - alt="" |
87 | | - /></a> |
88 | | - </div> |
89 | | - </td> |
90 | | - </tr> |
91 | | -</table> |
92 | | -
|
93 | | -<!-- markdownlint-enable --> |
94 | | -<!-- prettier-ignore-end --> |
95 | | -
|
96 | | -<!-- CREATORS:END --> |
| 3 | +The React Azure Map Storybook provides a hands-on way to explore and interact with **react-azure-maps**. <br/> |
| 4 | +With Storybook, You can try adjusting various settings and see how these components work in real-time. <br/> |
| 5 | +This helps you understand the practical applications of the package and how to integrate Azure Maps into your React projects effectively. |
0 commit comments