# Certificate ```hbs preview-template ``` ### Arguments | Argument | Type | Default | Description | | --- | --- | --- | --- | | `item` | `String` | | The certificate as a string to be displayed and copied | | `name` | `String` | | The 'Name' of the certificate to be displayed and copied. Mainly used for giving feedback to the user. | This component has the following: - a copy button - a visibility button to show and hide certificate - a hidden and visible display of the certificate ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---