Skip to content

Commit

Permalink
fixup! Feat(web): Introduce UNSTABLE_Footer component #DS-1367
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Sep 5, 2024
1 parent 78c626b commit ce5cd93
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 1,066 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# UNSTABLE Footer

> ⚠️ This component is UNSTABLE. It may significantly change at any point in the future.
> Please use it with caution.
# Footer

The Footer is a highly variable and customizable component. It comes in several
design variants and provides a handful of building blocks you can use to achieve
Expand All @@ -13,7 +10,7 @@ This is how all supported building blocks of the Footer build up the complete
composition:

```html
<footer class="UNSTABLE_Footer">
<footer>
<!-- Footer columns – links relatable to the web hierarchy, etc. -->
<!-- Footer content – links to social sites, product logo, etc. -->
<!-- Footer copyright – links to the GDPR, cookies, etc. -->
Expand All @@ -32,7 +29,7 @@ composition:
The basic usage of this component could be:

```html
<footer class="UNSTABLE_Footer">
<footer>
<div class="Container">
<div class="Grid Grid--cols-2 Grid--tablet--cols-4 mb-700 mb-tablet-400">
<nav aria-labelledby="footer-part-one" class="mb-600 mb-tablet-800">
Expand Down Expand Up @@ -137,7 +134,7 @@ In case you need a specific number of columns for each row in the Footer Columns
you can use separated `Grid` components. The number of columns can be set for each breakpoint separately.

```html
<footer class="UNSTABLE_Footer">
<footer>
<div class="Container">
<div class="Grid Grid--cols-1 Grid--tablet--cols-3 Grid--desktop--cols-6 mb-tablet-600 mb-desktop-400">
<nav aria-labelledby="footer-with-a-lot-of-blocks-part-one" class="mb-600 mb-tablet-400 mb-desktop-800">
Expand Down
532 changes: 532 additions & 0 deletions packages/web/src/scss/components/Footer/index.html

Large diffs are not rendered by default.

This file was deleted.

8 changes: 0 additions & 8 deletions packages/web/src/scss/components/UNSTABLE_Footer/_theme.scss

This file was deleted.

Loading

0 comments on commit ce5cd93

Please sign in to comment.