=========================== EvanVerificationsOverviewComponent =========================== .. list-table:: :widths: auto :stub-columns: 1 * - Source - `EvanVerificationsOverviewComponent `__ Explorer claims using an topic, subject input. If needed, all interactions can be disabled and only the given parameters are used. When the dev mode is enabled, also the display mode can be adjusted for testing purposes. It can also be used to display simply a list of claims and you does not need to implement anything by yourself. ------ Inputs ------ #. ``subject`` - ``string``: overwrite the address for loading claims #. ``topics`` - ``Array``: predefined set of topics to show, this will disable input field #. ``showTopicSelect`` - ``boolean`` (default = false): should the topic select displayed? #. ``showAddressSelect`` - ``boolean`` (default = false): should the topic select displayed? #. ``displayMode`` - ``string`` (default = 'detail'): overwrite the default display mode of the claims #. ``computedVerifications`` - ``boolean`` (default = true): Show only one combined claim card for each topic ------- Example ------- Reference Implementation: `Evan Contract Explorer `_ - minimal view :: - large view :: ------------ View Example ------------ .. image:: ../../images/core-dapps/claims.png :width: 600