```js
<Snapshot>
    <SnapshotItem title="Snapshot Item #1" tooltip="Snapshot Item 1">
        <label>Some content...</label>
    </SnapshotItem>
    <SnapshotItem title="Snapshot Item #2" tooltip="Snapshot Item 2">
        <label>Some content...</label>
    </SnapshotItem>
    <SnapshotItem title="Snapshot Item #3" tooltip="Snapshot Item 3">
        <label>Some content...</label>
    </SnapshotItem>
</Snapshot>
```
