You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-third-party-react-components.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ The basic steps when working with a Discriminated Union are:
27
27
28
28
### 1. Install the react component
29
29
30
-
Using yarn or npm, install the react component you want to use (we'll be using the [rc-progress](https://github.com/react-component/progress) React component in this tutorial). Run the following command inside your Fable project directory:
30
+
Using yarn or npm, install the react component you want to use.
31
+
32
+
For example to use the [rc-progress](https://github.com/react-component/progress) React component which we'll be using in this tutorial, run the following command inside your Fable project root folder:
0 commit comments