The `<figure>` element is intended to be used in conjunction with the `<figcaption>` element to mark up diagrams, illustrations, photos code examples and other things
npm install veams-component-figureThe element is intended to be used in conjunction with the element to mark up diagrams, illustrations, photos code examples and other things. The specs says this:
> The HTML element represents self-contained content, frequently with a caption (), and is typically referenced as a single unit.
The Figure component contains the picture and video component as dependency and prints out every necessary field for html figures.
-----------
- veams-component-picture - _Picture component in Veams._
- veams-component-video - _Video component in Veams._
-----------
veams install vc figure
-----------
#### Settings
- settings.figureContextClass {String} [default] - _Context class of the rte._
- settings.figureClasses {String} - _Modifier classes for the rte._
- settings.figureId {String} - _Just pass a custom string when using an id for the figure._
#### Content
- content.figureCaption (Object) - _Contains multiple elements_
- content.figureCaption.figureCaptionClasses (String) - _Modifier classes_
- content.figureCaption.captionHeadline (String) - _Headline_
- content.figureCaption.captionContent (String) - _Content_
##### Nested Data Fields
- content.figurePicture (Object) - @see requirements
- content.figureVideo (Object) - @see requirements