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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The components allow very easy control via props to change page titles, submit b
11
11
<br />
12
12
13
13
### How you would add new pages?
14
-
The app uses a 'views' approach, so new components can easily be added to the signup view page by linking to new components from the componenets directory. Then also adding them to the progress component in the signup views page too.
14
+
The app uses a 'views' approach, so new components can easily be added to the signup view page by linking to new components from the components directory. Then also adding them to the progress component in the signup views page too.
15
15
<br />
16
16
17
17
### How you would implement going back a page?
@@ -20,18 +20,18 @@ The components feature props to enable/disable a dynamic 'Back' button as outlin
0 commit comments