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 - BlockWork - 1hrs #43

@drewbaker

Description

@drewbaker

Component Description

This component is used on the Work and Directory grid pages. It has a hover state that scales up the image, and moves the text over the image.

Design

Please also see attached screenshots for quick reference.

**Note that the block will need to be alternated when used in GridWork, so best to build this with that in mind. **

Note the variant without the credit prop.

If no mobile designs provided, please use your best judgment for responsiveness.

Email drew@funkhaus.us for the design password.

Props

props: {
    image: {
        // Mock: api.images[0]
        type: Object,
        default: () => {}
    },
    title: {
        type: String,
        default: "" // "HP - Meant To Move"
    },
    credit: {
        type: String,
        default: "" // Optional
    },
    to: {
        type: String,
        default: ""
    }
}

Developer Tips

List any developer tips here

  1. --color-orange for the font color

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. The entire component should be in a nuxt-link
  2. <split-title> for the two lines of the title
  3. <wp-image> for the image

Time & Budget

Time estimate: 1hrs
Budget: $100

Screenshots

Screen Shot 2020-07-21 at 11 48 09 PM
Screen Shot 2020-07-21 at 11 48 14 PM
Screen Shot 2020-07-21 at 11 53 54 PM

Metadata

Metadata

Labels

availableThis CR is available to be claimed by any developercomponent requestA new Component Request issuedifficulty:easyThis component is rated as easy to build

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions