File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ You will also need a backend data store. See [user-feedback-store](https://githu
8
8
9
9
### npm
10
10
11
- Install from npm (TODO: release package to npm)
11
+ Install from npm
12
12
``` bash
13
- npm install ___
13
+ npm install @nhsuk/user-feedback-form
14
14
```
15
15
16
16
Use script in your javascript build
17
17
18
18
``` js
19
- import userFeedbackForm from ' ___ ' ;
19
+ import userFeedbackForm from ' @nhsuk/user-feedback-form ' ;
20
20
21
21
userFeedbackForm ({
22
22
cssSelector: " #my-div-id" ,
@@ -28,7 +28,7 @@ userFeedbackForm({
28
28
29
29
If you do not have a node-based javascript frontend build, you can use the minified javascript distribution.
30
30
31
- The latest javascript file can be found in github releases https://github.com/nhsuk/user-feedback-form/releases (TODO: release to github)
31
+ The latest javascript file can be found in github releases https://github.com/nhsuk/user-feedback-form/releases
32
32
33
33
``` html
34
34
<!-- in the html <head> -->
You can’t perform that action at this time.
0 commit comments