Category
Provides a simple gallery display similar to a card with a image and a title encased in blue text
Props:
| Prop Name | Type | Is Required | Default Value | Description |
|---|---|---|---|---|
| url | string | required | none | URL prop allows linking fom image card using gatsby Link |
| title | string | required | none | Is the text in the h3 element with blue background |
| fluid | object | required | none | Is the object from dato cms containing all the images required for Srcest |
| alt | string | required | none | The alt tag of the image required for SEO purposes |