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

Component Request - FooterSocials - 1.5hrs #55

@drewbaker

Description

@drewbaker

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

  1. --color-footer-background and --color-footer-text for the colors
  2. Make the element 255px tall.
  3. 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.

  1. <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

Screen Shot 2020-07-22 at 11 40 21 PM
Screen Shot 2020-07-22 at 11 40 36 PM

Metadata

Metadata

Assignees

Labels

availableThis CR is available to be claimed by any developercomponent requestA new Component Request issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions