1.0.2 • Published 5 years ago

@rei/cdr-quote v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

CdrQuote

For the most up-to-date information, see REI Cedar documentation.

Markup Tag

the Tag attribute of cdr-quote allows one of the following options:

  • blockquote (default)
  • aside
  • q
  • div

Modifiers

Modifier values of cdr-quote:

  • block
  • pull

Note:

the blockquote element allows for a cite attribute that allows for a URL path to the source. This attribute should be added when using blockquote and is different that the display option citation

<div>
  <cdr-quote
    modifier="block"
    summary="Blockquote Summary..."
    citation="Blockquote Citation..."
  />
  <cdr-quote
      tag="aside"
      modifier="pull"
      summary="Aside Pullquote Summary..."
    />
</div>
1.0.2

5 years ago

1.0.2-alpha.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago

1.0.0-alpha.0

6 years ago

0.1.0

6 years ago