Article
The article component allows you to design a news page, with several possible layouts and parameters.
For more informations on the icons used, consult the dedicated page.
Basic usage
An article is composed of several elements to be nested. First, the .ms-article
tag must be at the root of the structure.
Then, you can add several elements such as an image with the .ms-article-picture
class, information about the article with the .ms-article-infos
class, a list of tags/labels with the .ms-list-label
class, a title and content with the .ms-article-title
and .ms-article-text
tags.
For more informations about user element, consult the dedicated page.
Picture
In order to illustrate your article, we can also add an image to the article with the .ms-article-picture
tag.
An image can contain a title with the .ms-article-picture-title
class, and also an overlay, allowing to darken the image, with the .ms-article-picture-overlay
class.
Informations
It is also possible to add information at the beginning of the article with the .ms-article-infos
class.
List of tags
It is possible to add a list of labels, which can identify the article on certain categories, with the class .ms-list-label
.
Title and content
Finaly, we can add a title with .ms-article-title
class, and content with .ms-article-text
classe.