Article

Create articles within your page.

Article

Create articles within your page.

Usage

The article component consists of the article itself, a title and meta data.

ClassDescription
.uk-articleAdd this class to define the Article component. Typically you would use an <article> element for this.
.uk-article-titleAdd this class to a heading to create an article title. Typically you would use a <h1> element for this.
.uk-article-metaAdd this class to a paragraph which contains meta data about your article.
<article class="uk-article">
    <h1 class="uk-article-title"></h1>
    <p class="uk-article-meta"></p>
</article>

Use the .uk-text-lead class from the Text component to create a leading paragraph.