#### Example

```js
import { Anchor } from '@dabapps/roe';

<div>
  <p>
    <Anchor>Anchor example: automatically generated href</Anchor>
  </p>
  <p>
    <Anchor href="anchor-example-custom-href">
      Anchor example: explicit href
    </Anchor>
  </p>
</div>;
```
