# CopyableCode CopyableCode is used to display code that is likely to be copied by the user. It also has an option to obfuscate the code, that is then toggleable by the user. Text within the component is formatted using a `
` tag.

```hbs preview-template
Without obfuscation
``` ```hbs preview-template
With obfuscation
``` ### Arguments | Argument | Type | Default | Description | | --- | --- | --- | --- | | `value` | `String` | | The code to display/be copied | | `name` | `String` | | The 'Name' of the thing to be displayed and copied. Mainly used for giving feedback to the user. | | `obfuscated` | `boolean` | | Whether to obfuscate the value until the user clicks to view | ### See - [Template Source Code](./index.hbs) ---