cloudscape-design / components

React components for Cloudscape Design System
https://cloudscape.design/
Apache License 2.0
2.35k stars 154 forks source link

[Feature Request]: Create a page Footer component #2186

Open joewoz opened 6 months ago

joewoz commented 6 months ago

Description

It would be nice to have a component to add a footer to pages similar to the demo pages (which I cannot seem to replicate but that is me just being a noob at React / JS / CSS). Additionally sections / sub-components for cookie management would make adding this stuff so much less time consuming. Those things are pretty much all the same across every site so this would help remove undifferentiated heavy lifting.

Code of Conduct

avinashbot commented 5 months ago

Are there any specific features you're looking for (other than cookie management). The footer we use on the demo pages is rather static (and mostly a list of links with display: flex). The cookie management is implemented using a modal, but its use will almost entirely depend on what ad/analytics solution you're using, so not a lot of it is shareable.

joewoz commented 1 month ago

Sorry for the late reply.

As for features of a footer component: