NOTE: Exotic components are not callable.
Optional
divider?: booleanWhether to render a divider above the content.
The form submission with the pdf and/or attachments config on it.
Optional
layout?: LayoutTypeThe layout to use for the downloadable files. Options are GRID
and
LIST
. Defaults to GRID
. GRID
will render files next to each other at
some screen sizes. LIST
will always render each file on a new line.
Component for rendering post-submission downloadable files such as PDFs and attachments. The only thing required is the
formSubmissionResult
.It is also recommended to import the
css
from this library as well.Example
Param: props
Returns