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
description: Documentation and examples for a powerful and responsive OUDS Web’s footer. It includes support for branding, navigation and more.
3
+
description: Documentation and examples for a responsive OUDS Web’s footer. It includes support for branding, navigation and more.
4
4
aliases:
5
5
- "/docs/components/footer/"
6
6
toc: true
7
7
---
8
8
9
-
<CalloutSoon />
9
+
import { getVersionedDocsPath } from'@libs/path'
10
+
11
+
<Callouttype="negative"title="Draft component">
12
+
The footer component is not yet designed, and this component is only a draft for the moment. It will be updated in the future with the final design and will certainly need adjustments regarding the DOM. Use it as a temporary component to speed up your development.
13
+
14
+
Please refer to the [Footer in the Boosted documentation](https://boosted.orange.com/docs/components/footer/) to have a full view of the footer component and its variations. You’ll only need to adapt the utilities and the components inside the DOM.
15
+
</Callout>
16
+
17
+
<Callouttype="warning"title="Missing sections">
18
+
The social button and the title content sections are not available yet since we don’t have these in our developed components.
19
+
</Callout>
20
+
21
+
<Callouttype="warning">
22
+
Mandatory changes from Boosted:
23
+
-`.accordion-button` should have `.px-gridmargin` to align with the rest of the content, read [our documentation about it]([[docsref:/utilities/spacing#grid-measures]]).
24
+
-`.navbar-nav` inside the `.footer-nav` should have `.ps-large.ps-md-none` to better convey information.
25
+
- Already existing components should be replaced inside the footer, such as the text input and the buttons.
26
+
</Callout>
27
+
28
+
## Footer
29
+
30
+
Here is a simple footer example, which is responsive and will wrap on smaller screens. Take a look at the [Boosted footer](https://boosted.orange.com/docs/components/footer/#example).
Copy file name to clipboardExpand all lines: site/src/content/docs/getting-started/migration.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ toc: true
15
15
16
16
### Components
17
17
18
+
#### Footer
19
+
20
+
- <spanclass="tag tag-small rounded-none tag-warning">Warning</span> OUDS Web now supports a draft footer component. It comes from Boosted directly with small tweaks. It is intended as a placeholder for projects that need it urgently but be aware that it will change in the future. Read more in our [footer page]([[docsref:/components/footer]]).
21
+
18
22
#### Header
19
23
20
24
- <spanclass="tag tag-small rounded-none tag-warning">Warning</span> OUDS Web now supports a draft header component. It comes from Boosted directly with small tweaks. It is intended as a placeholder for projects that need it urgently but be aware that it will change in the future. Read more in our [header page]([[docsref:/components/header]]).
@@ -30,7 +34,7 @@ toc: true
30
34
### Dual mode
31
35
32
36
1. Update `@ouds/web-common` and `@ouds/web-[theme]` to v1.2.0.
33
-
2. Remove `@import "boosted/scss/nav";`, `@import "boosted/scss/navbar";`, and `@import "boosted/scss/orange-navbar";` from the Boosted custom import stack.
37
+
2. Remove `@import "boosted/scss/nav";`, `@import "boosted/scss/navbar";`, `@import "boosted/scss/footer";`, and `@import "boosted/scss/orange-navbar";` from the Boosted custom import stack.
0 commit comments