1.0.1 • Published 8 years ago
@veams/component-quote v1.0.1
Quote
Description
A simple quote component. The specs says:
The
<blockquote>element represents a section that is quoted from another source. Content inside a<blockquote>must be quoted from another source, whose address, if it has one, may be cited in the cite attribute
Installation
Installation with Veams
veams install component quoteveams -i c quoteFields
quote.hbs
Settings
| Parameter | Type | Value | Description |
|---|---|---|---|
| settings.quoteContextClass | String | default | Context class of component. |
| settings.quoteClasses | String | Modifier classes for component. |
Content
| Parameter | Type | Description |
|---|---|---|
| content.quoteContent | String | Content text in blockquote. |
| content.quoteAuthor | String | Author of quote. |