We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc4a03 commit a788b86Copy full SHA for a788b86
README.md
@@ -87,7 +87,7 @@ Follow these steps:
87
2. Set the resourcePath property of IntegralUI Web components to point to the location set in your /public folder. In this case, for Grid for example:
88
89
```bash
90
-<IntegralUIGridComponent resourcePath="integralui-web-grid/icons"></IntegralUIGridComponent>
+<IntegralUIGridComponent resourcePath={'integralui-web-grid/icons'}></IntegralUIGridComponent>
91
```
92
93
### Vanilla JavaScript
0 commit comments