|
85 | 85 |
|
86 | 86 | export default App;"></esri-demo-code>
|
87 | 87 | </calcite-accordion-item>
|
88 | | - <calcite-accordion-item heading="2. React hook for the active display coordinate" |
89 | | - description="Adding a hook to manage the state of the displayCoordinate. Same kind of hook is created for formats" |
| 88 | + <calcite-accordion-item heading="2. React hooks handling state changes" |
| 89 | + description="Adding hooks to manage the state of the displayCoordinate. Same kind of hook is created for formats" |
90 | 90 | icon-start="webhook">
|
91 | 91 | <esri-demo-code language="jsx" source="import { useEffect, useState } from "react";
|
92 | 92 | import { watch } from "@arcgis/core/core/reactiveUtils";
|
|
111 | 111 | }
|
112 | 112 | "></esri-demo-code>
|
113 | 113 | </calcite-accordion-item>
|
114 | | - <calcite-accordion-item heading="3. Add a React component using Fluent UI components" |
| 114 | + <calcite-accordion-item heading="3. Add a React component using Fluent UI React components" |
115 | 115 | description="Using the Fluent 2 Design System components to build a unique UI" icon-start="code">
|
116 | 116 | <a href="https://fluent2.microsoft.design/components/web/react" target="_blank">Fluent UI</a> | <a
|
117 | | - href="https://react.fluentui.dev/?path=/docs/components-toolbar--default" target="_blank">Fluent UI Toolbar |
118 | | - Demo</a> |
| 117 | + href="https://react.fluentui.dev/?path=/docs/components-toolbar--default" target="_blank">Toolbar</a> | <a |
| 118 | + href="https://react.fluentui.dev/?path=/docs/components-switch--default">Switch</a> | <a |
| 119 | + href="https://react.fluentui.dev/?path=/docs/components-input--default">Input</a> | <a |
| 120 | + href="https://react.fluentui.dev/?path=/docs/components-menu-menu--default">Menu</a> | <a |
| 121 | + href="https://react.fluentui.dev/?path=/docs/components-toast--default">Toast</a> |
119 | 122 | <esri-demo-code language="jsx" source="import { FluentProvider, Input, Menu /*...*/} from "@fluentui/react-components";
|
120 | 123 | import * as React from "react";
|
121 | 124 | import { useState } from "react";
|
|
0 commit comments