Skip to content

Patterns/news item

Stu Robson requested to merge patterns/news-item into develop

adds a news item pattern which contains

date, title, description, image(optional).

If the news item has an image then a modifier class is added to the component to invoke CSS grid for layout.

The component is written out in a HTML order for screen readers - where the date is potentially not as important as the title and description text.

Merge request reports