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: src/components/Footer/README.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
Footer is the second most important place where your basic site information and links should live. Users turn often to the footer to look for important information, such as contact details, or links to less prominent sections of the website (privacy policy, terms of use, etc).
2
2
3
+
<!--
3
4
```js
4
5
import{Footer}from'@wfp/ui';
5
6
```
@@ -48,3 +49,4 @@ import { Footer } from '@wfp/ui';
48
49
| Logo | `Vertical black english Logo from @wfp/icons` | `string` | Footer Logo on Mobile Devices, if not set the default logo from `@wfp/icons` be used. |
49
50
| Logo | `Extended black english from @wfp/icons` | `string` | Footer on Desktop Devices, if not set the default logo from `@wfp/icons` be used. |
50
51
| metaContent | `undefined` | `string` `component` | Footer meta text |
0 commit comments