Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.38 KB

README.md

File metadata and controls

49 lines (32 loc) · 2.38 KB

Article

Article provides styles to common element selectors to create an article in a content page.

Overview

Article can be used on any content page that displays large blocks of text-driven information. It's meant to be used as a standalone element and should not be nested inside any other components that may change the background color from the anticipated one. In the event that you must nest an article inside another component, please ensure that you set the article's background color to the default body color.

Headings

Article Lead

Lead is used as the opening paragraph to provide a summary or leading information for an article. Lead is a custom directive of article and is not a native element selector. To use it, add daffArticleLead to a paragraph (<p>).

Article Meta

Meta is used if there is metadata information about your article (i.e. author name, date, etc). Meta is a custom directive of article and is not a native element selector. To use it, add daffArticleMeta to a paragraph (<p>).

Link

The link style in an article uses the default browser link style.

Table

Lists

Unordered List

Ordered List

Code

These are styles for inline and multiline blocks of code.

Inline code

Code blocks

Horizontal Rules

Blockquote