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
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.
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.
Ability to easily add links as sub-components as simply as an array of objects like many of the existing component
Ability to follow theme dark/light or inverse of dark/light easily
Ability to add a label(s) before and/or after the links to be used as a copyright line or similar
Ability to justify each bit of content left/center/right as needed so that links could be left, labels center and right
Should be nicely rendered on desktop and mobile. Would be great if certain items (sub-components) could be flagged optional view when space is limited (mobile)
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
The text was updated successfully, but these errors were encountered: