This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Description
Component Description
This component is a fixed footer used at the bottom of most pages. It contains a <wp-menu> that will just link to social media.
Design
Please also see attached screenshots for quick reference.
Email drew@funkhaus.us for the design password.
Props
props: {
items: {
// Mock: api.menuItems
type: Array,
default: () => []
}
}
Developer Tips
List any developer tips here
--color-footer-background and --color-footer-text for the colors
- Make the element 255px tall.
- It's really hard to measure these fixed elements in XD, so it's OK to eyeball the sizes for this (or ask Dave for the measurements)
Events
Note the hove state text outline effect.
Required components
List out any components that are used by this new component. For example, if you are building a grid that is made up of block components.
<wp-menu> see here is used for the menu. You can pass in the mockitems to wp-menu :items="items" for now.
Time & Budget
Time estimate: 1hrs
Budget: $100
Screenshots

