Skip to content
Snippets Groups Projects
Attachment.md 157 B
Newer Older
A file attached to a note.

```js
const value = {
    name: faker.system.commonFileName(),
    url: faker.internet.url()
};

<Attachment value={value}/>
```