Skip to content

Commit

Permalink
Merge pull request #798 from WestpacGEL/kate-footer
Browse files Browse the repository at this point in the history
Kate footer
  • Loading branch information
KateMacdonald authored May 28, 2024
2 parents acef27c + 51b9a9f commit 5c7585b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Basic footer

```jsx
<>
<Footer
brand="wbc"
hideLogo
>
<div>
<SecurityIcon
className="float-left shrink-0 max-md:mr-1 md:mr-2"
color="muted"
size={{
initial: 'small',
md: 'medium'
}}
/>
<p className="text-muted">
Footer content
</p>
</div>
</Footer>
</>
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdfsdf
This is the basic footer component, the content should be project specific.

```jsx
<>
Expand All @@ -16,7 +16,14 @@ sdfsdf
}}
/>
<p className="text-muted">
Footer content.
Our site and your transactions are secure. You can read our{' '}
<Link
href="#"
type="inline"
>
security information
</Link>
. © 2023 Westpac Banking Corporation ABN 33 007 457 141 AFSL and Australian credit licence 233714.
</p>
</div>
</Footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ relatedComponents:
slug: /foundation/icons
- title: Headers
slug: /components/header
code: []
code:
- title:
name: Development examples
slug: development-examples
noTitle: false

0 comments on commit 5c7585b

Please sign in to comment.