A viewer whose features can be configured with boolean props

```js
const value = faker.lorem.sentence(200)
;<ConfigurableViewer value={value} bold italic link />
```
