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
veams install component quote
veams -i c quote
Parameter | Type | Value | Description |
---|---|---|---|
settings.quoteContextClass | String | default |
Context class of component. |
settings.quoteClasses | String | Modifier classes for component. |
Parameter | Type | Description |
---|---|---|
content.quoteContent | String | Content text in blockquote. |
content.quoteAuthor | String | Author of quote. |